[issue6643] Throw away more radioactive locks that could be held across a fork in threading.py

Adam Olsen report at bugs.python.org
Mon Jul 12 08:34:27 CEST 2010


Adam Olsen <rhamph at gmail.com> added the comment:

I don't have any direct opinions on this, as it is just a bandaid.  fork, as defined by POSIX, doesn't allow what we do with it, so we're reliant on great deal of OS and library implementation details.  The only portable and robust solution would be to replace it with a unified fork-and-exec API that's implemented directly in C.

----------

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


More information about the Python-bugs-list mailing list