[issue21998] asyncio: support fork

Yury Selivanov report at bugs.python.org
Wed Jun 28 17:47:19 EDT 2017


Yury Selivanov added the comment:

> I'm not sure why it would be debug-only.  You usually don't fork() often, and you don't have many event loops around, so the feature sounds cheap.

I think you're right. If it's low or zero overhead we can have the check always enabled.

----------

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


More information about the Python-bugs-list mailing list