[issue33688] asyncio child watchers aren't fork friendly

2018-05-29 Thread Zac Medico
Change by Zac Medico : -- nosy: +zmedico ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33688] asyncio child watchers aren't fork friendly

2018-05-29 Thread Yury Selivanov
New submission from Yury Selivanov : _UnixDefaultEventLoopPolicy doesn't detect fork and tries to re-use the inherited child watcher. [1] is my idea how to fix this. Andrew, AFAIK subprocesses was something that you worked on at some point. Do you have time to look into this? Need tests and