summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-08 00:01:14 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-08 00:01:14 (GMT)
commit1994dd360b052d85be9b02c44f2287468b157c10 (patch)
tree6ae6aba1c1c8286e6089ae3cc695d36205babcae /Lib/asyncio
parent1ec1cd161b351bc42c4b55c0f943fa5f8fe1bb6e (diff)
parent6ea2b8fc8be8725e1553fbbb159ea07806e9f41a (diff)
downloadcpython-1994dd360b052d85be9b02c44f2287468b157c10.zip
cpython-1994dd360b052d85be9b02c44f2287468b157c10.tar.gz
cpython-1994dd360b052d85be9b02c44f2287468b157c10.tar.bz2
Merge 3.5 (issue #28613)
Diffstat (limited to 'Lib/asyncio')
-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 8575e2c..28a45fc 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