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 vstinner
Recipients chetan, gvanrossum, vstinner, yselivanov
Date 2015-08-10.09:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbebK4i0m7O07_PT=YouGCdQhG=jgV=_E1OsVeog8k72w@mail.gmail.com>
In-reply-to <1439199038.24.0.690620901041.issue24837@psf.upfronthosting.co.za>
Content
It's better to use asyncio.get_event_loop() to create the event loop.
Otherwise, you have to create manually the child watcher:
https://docs.python.org/dev/library/asyncio-subprocess.html#subprocess-and-threads

If I recall correctly, you have to call asyncio. get_child_watcher().

What is your OS?

Maybe subprocess_exec/shell may ensure that a child watcher exist. Maybe
only in debug mode?
History
Date User Action Args
2015-08-10 09:48:44vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, chetan
2015-08-10 09:48:44vstinnerlinkissue24837 messages
2015-08-10 09:48:44vstinnercreate