Do not pass heap object to Python. This way they should be completely managed by...
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Wed, 22 Aug 2018 12:42:42 +0000 (14:42 +0200)
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Wed, 22 Aug 2018 12:42:42 +0000 (14:42 +0200)
commit0ecfffa69c753b3d86d4d0e63311ed5b5cf2ab61
tree86b9f5a404fa17a1d6b2b698dd7d6644f52d022a
parent60608a86bbeddbb8e2fe736adb931d757ed92bda
Do not pass heap object to Python. This way they should be completely managed by Python and destroyed when out of scope. Also, the file in which a function/struct was found is added to the comment before the function
kernel/python_wrappers.cc