Re: [PyQt] SIP 4.13.1 crash when using exceptions

2012-02-05 Thread Phil Thompson
On Fri, 3 Feb 2012 21:19:50 +0100, Jürgen E. Fischer wrote: > Hi there, > > we recently started to support exceptions in the sip bindings of Quantum > GIS. > Apparently there is a problem in 4.13.1 that causes sip to crash on 32 bit > platform. > > The problem seems to be that type_header_code i

[PyQt] SIP 4.13.1 crash when using exceptions

2012-02-03 Thread Jürgen E . Fischer
Hi there, we recently started to support exceptions in the sip bindings of Quantum GIS. Apparently there is a problem in 4.13.1 that causes sip to crash on 32 bit platform. The problem seems to be that type_header_code is referenced on a path where it's not intialized. The following patch fixes