This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, yselivanov
Date 2018-05-29.22:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527633903.57.0.682650639539.issue33688@psf.upfronthosting.co.za>
In-reply-to
Content
_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 I'm not sure if I got [1] quite right.

This probably won't make it to 3.7.0, but 3.7.1 seems like a good target.

[1] https://github.com/1st1/cpython/commit/b4e6b26c565d9417a6f57a794a4669d7a7eeae88
History
Date User Action Args
2018-05-29 22:45:03yselivanovsetrecipients: + yselivanov, asvetlov
2018-05-29 22:45:03yselivanovsetmessageid: <1527633903.57.0.682650639539.issue33688@psf.upfronthosting.co.za>
2018-05-29 22:45:03yselivanovlinkissue33688 messages
2018-05-29 22:45:03yselivanovcreate