STINNER Victor added the comment:

This issue looks to be a duplicate of #21998.

handle-mp_unix2.patch looks more to a workaround than a real issue. When I 
write asyncio code, I prefer to pass explicitly the loop, so get_event_loop() 
should never be called. IMO the methods of the event loop should detect the 
fork and handle the fork directly.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to