[issue15914] multiprocessing.SyncManager connection hang

Richard Oudkerk report at bugs.python.org
Tue Sep 11 18:43:29 CEST 2012


Richard Oudkerk added the comment:

It looks like the problem was caused be the fix for

    http://bugs.python.org/issue9573

I think the usage this was intended to enable is evil since one of the forked processes should always be terminated with os._exit().

----------

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


More information about the Python-bugs-list mailing list