[Stackless] [PySide] PySide violates Python API - PyQt does not!

John Ehresman jpe at wingware.com
Sun Dec 9 19:22:43 CET 2012


On 12/8/12 1:36 PM, Christian Tismer wrote:
> It is pretty likely that there is a problem with extra data fields behind
> the type object structure, which is used by both pyside and stackless.
> 
> from basewrapper.h :
> 
>> /// PyTypeObject extended with C++ multiple inheritance information.
>> struct LIBSHIBOKEN_API SbkObjectType
>> {
>>     PyHeapTypeObject super;
>>     SbkObjectTypePrivate* d;
>> };

If this is the case, shouldn't recompiling pyside & shiboken for
stackless resolve the issue?

Cheers,

John



More information about the Stackless mailing list