[reportlab-users] Crash on debug builds of python 3.4.3

Mark De Wit mark.dewit at iesve.com
Tue Jan 12 10:49:50 EST 2016


Robin,

I can confirm that 3.2.16 works perfectly and shuts down without any further fuss or crashing.  I really appreciate the very quick turnaround on this!

Mark

-----Original Message-----
From: reportlab-users [mailto:reportlab-users-bounces at lists2.reportlab.com] On Behalf Of Robin Becker
Sent: 12 January 2016 15:07
To: reportlab-users <reportlab-users at lists2.reportlab.com>
Subject: Re: [reportlab-users] Crash on debug builds of python 3.4.3

hi Mark,

On 12/01/2016 11:07, Mark De Wit wrote:
> Hi robin,
>
> Thanks for checking up on that so fast!  .......
>
........
I think I have solved this. My debug runs in 2.7 & 3.4 are now OK. For some reason I was playing about with the module traverse and clear mechanisms and had put in a reference to moduleVersion in there and also added it to the module object state. Calling Py_CLEAR on that was wrong, but it seems easier to remove the unwanted reference to the module version from the state and then things are working fine without tp_traverse or tp_clear funcs in the python 3 module object.

I have bumped the _rl_accel version to 0.71 and you can find the code on bitbucket if you want to stick with 3.2.0; other wise the latest tar zips etc etc are at

https://www.reportlab.com/pypi

version 3.2.16 is what you want.

Thanks for the bug report.
--
Robin Becker
_______________________________________________
reportlab-users mailing list
reportlab-users at lists2.reportlab.com
https://pairlist2.pair.net/mailman/listinfo/reportlab-users


More information about the reportlab-users mailing list