Message134582
> > 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. |
|
Date |
User |
Action |
Args |
2011-04-27 15:35:09 | pitrou | set | recipients:
+ pitrou, bquinlan, kristjan.jonsson, jnoller, dmalcolm, sandro.tosi, ysj.ray, neologix, lukasz.langa |
2011-04-27 15:35:09 | pitrou | link | issue10517 messages |
2011-04-27 15:35:09 | pitrou | create | |
|