Saving id and pointer to c++ object. Object is valid only if both id and pointer...
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>
Wed, 1 Aug 2018 08:27:35 +0000 (10:27 +0200)
committerBenedikt Tutzer <benedikt_tutzer@yahoo.de>
Wed, 1 Aug 2018 08:57:57 +0000 (10:57 +0200)
commit416946a16ad9ddbbf67747ba02a935f4f5d8dc40
treeff8bcdc7725e041593c2cc0067f6605e780f8758
parent79d7e608cfcc7fe19647313521eed908f3784503
Saving id and pointer to c++ object. Object is valid only if both id and pointer match the pair saved in the corresponding map in kernel/rtlil.cc. Otherwise, the object was destroyed in c++ and should not be accessed any more
kernel/python_wrappers.cc