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.

classification
Title: Refuse monitoring processes if the child watcher has no loop attached
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.7, Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, yselivanov
Priority: normal Keywords:

Created on 2016-10-05 20:53 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 552 closed dstufft, 2017-03-31 16:36
Messages (2)
msg278148 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-10-05 20:53
Proxy issue for https://github.com/python/asyncio/pull/391
msg278149 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-05 21:02
New changeset 2110dcef5892 by Yury Selivanov in branch '3.5':
Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.
https://hg.python.org/cpython/rev/2110dcef5892

New changeset fb6b60955d62 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue #28368)
https://hg.python.org/cpython/rev/fb6b60955d62

New changeset 83cc47533e4e by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28368)
https://hg.python.org/cpython/rev/83cc47533e4e
History
Date User Action Args
2022-04-11 14:58:37adminsetgithub: 72554
2017-03-31 16:36:37dstufftsetpull_requests: + pull_request1097
2016-10-05 21:02:35python-devsetnosy: + python-dev
messages: + msg278149
2016-10-05 20:53:45yselivanovsetstatus: open -> closed
resolution: fixed
2016-10-05 20:53:35yselivanovcreate