Fixed segfault in ClassDerived.tp_dealloc by lostmsu · Pull Request #1330 · pythonnet/pythonnet
Because tp_clear sets tpHandle to NULL, it can't be used. Fortunately, we can simply read object's type from pyHandle.
lostmsu
changed the title
WIP on bug #1327
Fixed segfault in ClassDerived.tp_dealloc
lostmsu
marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters