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

Antoine Pitrou report at bugs.python.org
Thu Apr 12 21:15:50 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

But what if Finalize is used to cleanup a resource that gets duplicated in children, like a file descriptor?
See e.g. forking.py, line 137 (in Popen.__init__())
or heap.py, line 244 (BufferWrapper.__init__()).

----------

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


More information about the Python-bugs-list mailing list