[issue28613] Make get_event_loop() return the current loop if called from coroutines

2016-11-07 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue28613] Make get_event_loop() return the current loop if called from coroutines

2016-11-04 Thread Roundup Robot
Roundup Robot added the comment: 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)

[issue28613] Make get_event_loop() return the current loop if called from coroutines

2016-11-04 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue28613] Make get_event_loop() return the current loop if called from coroutines

2016-11-04 Thread Yury Selivanov
New submission from Yury Selivanov: Proxy for https://github.com/python/asyncio/pull/452 -- assignee: yselivanov components: asyncio messages: 280064 nosy: gvanrossum, yselivanov priority: normal severity: normal stage: resolved status: open title: Make get_event_loop() return the