[issue14548] garbage collection just after multiprocessing's fork causes exceptions

Charles-François Natali report at bugs.python.org
Tue Apr 17 22:17:47 CEST 2012


Charles-François Natali <neologix at free.fr> added the comment:

> Alternative patch which records pid when Finalize object is created.

Looks good to me.
Note that it could eventually be rewritten to use an atfork() module, when we finally merge your patch for this other issue :-)

----------
stage:  -> commit review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14548>
_______________________________________


More information about the Python-bugs-list mailing list