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 pitrou
Recipients bquinlan, dmalcolm, jnoller, kristjan.jonsson, lukasz.langa, neologix, pitrou, sandro.tosi, ysj.ray
Date 2011-04-27.15:35:09
SpamBayes Score 0.00025573082
Marked as misclassified No
Message-id <1303918482.3591.4.camel@localhost.localdomain>
In-reply-to <1303918225.0.0.374756441876.issue10517@psf.upfronthosting.co.za>
Content
> > You could add a new _PyGILState_ReInit() function and call it from
> > PyOS_AfterFork() or PyEval_ReInitThreads().
> 
> See attached tls_reinit.diff patch.

Thank you. I like this patch, except that _PyGILState_ReInit() should be
declared in the appropriate .h file, not in signalmodule.c.
History
Date User Action Args
2011-04-27 15:35:09pitrousetrecipients: + pitrou, bquinlan, kristjan.jonsson, jnoller, dmalcolm, sandro.tosi, ysj.ray, neologix, lukasz.langa
2011-04-27 15:35:09pitroulinkissue10517 messages
2011-04-27 15:35:09pitroucreate