]> granicus.if.org Git - python/commit
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410)
authorYury Selivanov <yselivanov@gmail.com>
Fri, 3 Mar 2017 03:06:15 +0000 (22:06 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 03:06:15 +0000 (22:06 -0500)
commit01e5230ef0b28658cf7311be199363eda98808bd
treed794fb36ed44e62c43429353c9a76d64c956779e
parenta6e84933d204f807e0e81b6a2237193b2e8ab89a
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410)
Lib/asyncio/events.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS