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

Martin Richard report at bugs.python.org
Mon Dec 1 10:29:49 CET 2014


Martin Richard added the comment:

I said something wrong in my previous comment: removing and re-adding the reader callback right after the fork() is obviously subject to a race condition.

I'll go for the monkey patching.

----------

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


More information about the Python-bugs-list mailing list