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-31.23:50:57
SpamBayes Score 3.1548475e-07
Marked as misclassified No
Message-id <1264981859.89.0.137380787844.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
> PyThreadState_Prealloc and PyThreadState_Init should (...) be prefixed with an underscore (...)

done

> _PyThreadState_New should be static (...) so something like "new_threadstate"

done

> the last change ("Py_InitializeEx() calls _PyGILState_Init() before initsite()") should be part of a separate patch (and issue?)

I'm unable to reproduce the bug related to this patch. I keep the patch somewhere in my disk, and I will open a new issue if I'm able to reproduce it :-)

> you can use the -R option to regrtest to find out if there are any reference leaks (e.g. "-R 3:2:")

I tried all test*thread*py. test_threadsignals leaks a reference... even without my patch, so I opened a new issue: #7825.
History
Date User Action Args
2010-01-31 23:51:00vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, jnoller, nirai
2010-01-31 23:50:59vstinnersetmessageid: <1264981859.89.0.137380787844.issue7544@psf.upfronthosting.co.za>
2010-01-31 23:50:58vstinnerlinkissue7544 messages
2010-01-31 23:50:57vstinnercreate