[issue21998] asyncio: support fork

Antoine Pitrou report at bugs.python.org
Wed Jun 28 16:09:21 EDT 2017


Antoine Pitrou added the comment:

Possible answer: have a global WeakSet of event loops.  In the child fork handler, iterate over all event loops and "break" those that have already been started.

----------

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


More information about the Python-bugs-list mailing list