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: Make get_event_loop() return the current loop if called from coroutines
Type: behavior 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-11-04 18:28 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg280064 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-11-04 18:27
Proxy for https://github.com/python/asyncio/pull/452
msg280065 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-04 18:30
New changeset aa37f3859462 by Yury Selivanov in branch '3.5':
Issue #28613: Fix get_event_loop() to return the current loop
https://hg.python.org/cpython/rev/aa37f3859462

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

New changeset af4ac4e4b188 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28613)
https://hg.python.org/cpython/rev/af4ac4e4b188
msg280264 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-08 00:01
New changeset abad0b9a35b3 by Yury Selivanov in branch '3.5':
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
https://hg.python.org/cpython/rev/abad0b9a35b3

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

New changeset cf7711887b4a by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28613)
https://hg.python.org/cpython/rev/cf7711887b4a
History
Date User Action Args
2022-04-11 14:58:39adminsetgithub: 72799
2016-11-08 00:01:35python-devsetmessages: + msg280264
2016-11-04 18:30:51python-devsetnosy: + python-dev
messages: + msg280065
2016-11-04 18:28:09yselivanovsetstatus: open -> closed
resolution: fixed
2016-11-04 18:28:00yselivanovcreate