This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, jnoller, nirai, pitrou, vstinner
Date 2010-01-11.01:21:52
SpamBayes Score 7.4457535e-06
Marked as misclassified No
Message-id <1263172914.0.0.442711180684.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
> The patch looks good

I'm not sure about autoTLSkey value. PyThreadState_New() calls _PyGILState_NoteThreadState() which checks that autoTLSkey is not zero, but I don't know if autoTLSkey have the right value with my preallocation patch.
History
Date User Action Args
2010-01-11 01:21:54vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, jnoller, nirai
2010-01-11 01:21:54vstinnersetmessageid: <1263172914.0.0.442711180684.issue7544@psf.upfronthosting.co.za>
2010-01-11 01:21:52vstinnerlinkissue7544 messages
2010-01-11 01:21:52vstinnercreate