diff options
author | Yury Selivanov <yselivanov@gmail.com> | 2017-03-03 02:40:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 02:40:57 (GMT) |
commit | 8b73b6198bc0753c5ce6e8f91eb7bddc2bd42a73 (patch) | |
tree | 78e282630b925b46c0e88456515613709f100015 /Misc/NEWS | |
parent | 564ace834f23587937b325e3545abe3f17fdbd2a (diff) | |
download | cpython-8b73b6198bc0753c5ce6e8f91eb7bddc2bd42a73.zip cpython-8b73b6198bc0753c5ce6e8f91eb7bddc2bd42a73.tar.gz cpython-8b73b6198bc0753c5ce6e8f91eb7bddc2bd42a73.tar.bz2 |
bpo-29703: asyncio: Fix creating new event loops in child processes. (#411)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Extension Modules Library ------- +- bpo-29703: Fix asyncio to support instantiation of new event loops + in child processes. + - bpo-29376: Fix assertion error in threading._DummyThread.is_alive(). - bpo-29110: Fix file object leak in aifc.open() when file is given as a |