]> granicus.if.org Git - python/commit
bpo-29703: asyncio: Fix creating new event loops in child processes. (#411)
authorYury Selivanov <yselivanov@gmail.com>
Fri, 3 Mar 2017 02:40:57 +0000 (21:40 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 02:40:57 +0000 (21:40 -0500)
commit8b73b6198bc0753c5ce6e8f91eb7bddc2bd42a73
tree78e282630b925b46c0e88456515613709f100015
parent564ace834f23587937b325e3545abe3f17fdbd2a
bpo-29703: asyncio: Fix creating new event loops in child processes. (#411)
Lib/asyncio/events.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS