[issue21372] multiprocessing.util.register_after_fork inconsistency

Marc Schlaich report at bugs.python.org
Mon Jun 9 19:47:48 CEST 2014


Marc Schlaich added the comment:

Your statement is not correct, it does work on Windows (where fork is not available) if you register the hook on module level instead of in `__main__`.

----------

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


More information about the Python-bugs-list mailing list