summaryrefslogtreecommitdiff
path: root/Lib/asyncio/events.py
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-07 19:01:14 -0500
committerYury Selivanov <yury@magic.io>2016-11-07 19:01:14 -0500
commit1994dd360b052d85be9b02c44f2287468b157c10 (patch)
tree6ae6aba1c1c8286e6089ae3cc695d36205babcae /Lib/asyncio/events.py
parent1ec1cd161b351bc42c4b55c0f943fa5f8fe1bb6e (diff)
parent6ea2b8fc8be8725e1553fbbb159ea07806e9f41a (diff)
downloadcpython-git-1994dd360b052d85be9b02c44f2287468b157c10.tar.gz
Merge 3.5 (issue #28613)
Diffstat (limited to 'Lib/asyncio/events.py')
-rw-r--r--Lib/asyncio/events.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py
index 8575e2c1c4..28a45fc3cc 100644
--- a/Lib/asyncio/events.py
+++ b/Lib/asyncio/events.py
@@ -6,6 +6,7 @@ __all__ = ['AbstractEventLoopPolicy',
'get_event_loop_policy', 'set_event_loop_policy',
'get_event_loop', 'set_event_loop', 'new_event_loop',
'get_child_watcher', 'set_child_watcher',
+ '_set_running_loop', '_get_running_loop',
]
import functools