]> granicus.if.org Git - python/commit
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 May 2018 21:09:17 +0000 (14:09 -0700)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 21:09:17 +0000 (14:09 -0700)
commit2a7eb0b531656f4a77d85078e6e009e4b3639ef9
treeb51ba08cc151ce3c197e66feccad502bdcef2e2f
parentca64f3ee5acf61e096eb1bb9fba3baeff0610de4
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)

Original patch by Dan O'Reilly.
(cherry picked from commit 5d97b7bcc19496617bf8c448d2f149cc28c73bc7)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/asyncio/events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2018-05-29-12-06-54.bpo-22087.uv7_Y6.rst [new file with mode: 0644]