]> granicus.if.org Git - python/commit
Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.
authorYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 20:57:12 +0000 (16:57 -0400)
committerYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 20:57:12 +0000 (16:57 -0400)
commit9eb6c677763c1eaf0646170ccff110c89828a06e
tree546b340fc4aad4f9b24e0bb646242ebc744c6155
parentb5bb404ccaa9a3dd81e220fb4ca40253be778831
Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.

Patch by Vincent Michel.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS