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

2012-12-09 Thread John Ehresman
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. >> st

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

2012-12-09 Thread Christian Tismer
On 09.12.12 19:22, John Ehresman wrote: 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

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

2012-12-09 Thread Christian Tismer
Hi John, I tried stackless pyside on OS X after patching pyside-setup's shiboken a bit. Unfortunately, the situation is still the same. Segfault 11, then malloc_error trap 6, ... then it suddenly runs smoothly! It seems to be a different problem, related to initialization issues. This needs f