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
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless