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 adefossez
Recipients adefossez, asvetlov, stefan, sth, yselivanov
Date 2019-01-24.12:31:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548333070.02.0.697138945934.issue35621@roundup.psfhosted.org>
In-reply-to
Content
Also impacted.

A fix I found is to add `watcher.attach_loop(self)` just after `with events.get_child_watcher() as watcher:` in `_make_subprocess_transport` in `asyncio/unix_events.py`.
History
Date User Action Args
2019-01-24 12:31:12adefossezsetrecipients: + adefossez, stefan, asvetlov, sth, yselivanov
2019-01-24 12:31:10adefossezsetmessageid: <1548333070.02.0.697138945934.issue35621@roundup.psfhosted.org>
2019-01-24 12:31:10adefossezlinkissue35621 messages
2019-01-24 12:31:09adefossezcreate