]> granicus.if.org Git - python/commit
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
authorYury Selivanov <yury@magic.io>
Tue, 29 May 2018 19:38:07 +0000 (15:38 -0400)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 19:38:07 +0000 (15:38 -0400)
commit5d97b7bcc19496617bf8c448d2f149cc28c73bc7
tree3a8393d343de0c3a54040eaf380cc8b19eb1577d
parente55de2d77f10d524be0b426e587fbc820f76de71
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)

Original patch by Dan O'Reilly.
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]