[PySide] [Stackless] PySide problem, take #2: typeobject clash

John Ehresman jpe at wingware.com
Mon Oct 21 18:57:59 CEST 2013


On 10/21/13 12:44 PM, Christian Tismer wrote:
> On 21.10.13 17:54, John Ehresman wrote:
>> I took a look at the patch and can't quite understand it (I must admit
>> I didn't apply it).  Can someone explain why it's needed?
>
> It is all about stackless' different frame layout.
> This is the minimal patch to be able to compile pyside for stackless
> python.
> It is explained in the bug report.
>
> https://bugreports.qt-project.org/browse/PYSIDE-199

I think I'm confused -- I see changes to how SbkTypeObject fields are 
referenced (SbkTypeObject is a C level extension of the PyHeapTypeObject 
struct).  I don't think I see changes to frames.

Cheers,

John




More information about the PySide mailing list