]> granicus.if.org Git - python/commit
asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By...
authorGuido van Rossum <guido@python.org>
Wed, 27 Nov 2013 18:37:13 +0000 (10:37 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 27 Nov 2013 18:37:13 +0000 (10:37 -0800)
commitcced076218b057067294f91f07df784aff8ea774
treeed3ee7456b4b576270f1b1835825930a74878032
parent1314ef73d023f10abb6705c386d2a39d692d413b
asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By Anthony Baire.
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py