]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
authorYury Selivanov <yselivanov@gmail.com>
Fri, 3 Mar 2017 01:07:11 +0000 (20:07 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 01:07:11 +0000 (20:07 -0500)
commitba7e1f9a4e06c0b4ad594fd64edcaf7292515820
tree97e42c3e5ec67118d5953fcf3c86a0254340bcd1
parentcdf037c212675b11c10c4d0d76496f5d81154882
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
Lib/asyncio/events.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS