[issue21998] asyncio: a new self-pipe should be created in the child process after fork

STINNER Victor report at bugs.python.org
Wed Feb 4 23:18:46 CET 2015


STINNER Victor added the comment:

close_self_pipe_after_selector.patch only fixes test2.py, it doesn't fix the general case: run the "same" event loop in two different event loops.

----------

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


More information about the Python-bugs-list mailing list