Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.2.x
-
4023ab3862eee7ca3084dd83ca76fba11b5db46b
Description
Attached test segfaults / hits the assert in sbkconverter.cpp: pythonTypeIsValueType It's called from basewrapper.cpp: releaseOwnership with a NULL selfType->d->converter
I suspect this is the else case in the if (bases.size() == 1) block in SbkObjectTypeTpNew, which sets the d->converter = 0