diff options
author | Yury Selivanov <yury@magic.io> | 2018-05-29 19:38:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-29 19:38:07 (GMT) |
commit | 5d97b7bcc19496617bf8c448d2f149cc28c73bc7 (patch) | |
tree | 3a8393d343de0c3a54040eaf380cc8b19eb1577d /Misc/NEWS.d/next | |
parent | e55de2d77f10d524be0b426e587fbc820f76de71 (diff) | |
download | cpython-5d97b7bcc19496617bf8c448d2f149cc28c73bc7.zip cpython-5d97b7bcc19496617bf8c448d2f149cc28c73bc7.tar.gz cpython-5d97b7bcc19496617bf8c448d2f149cc28c73bc7.tar.bz2 |
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Original patch by Dan O'Reilly.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-05-29-12-06-54.bpo-22087.uv7_Y6.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-29-12-06-54.bpo-22087.uv7_Y6.rst b/Misc/NEWS.d/next/Library/2018-05-29-12-06-54.bpo-22087.uv7_Y6.rst new file mode 100644 index 0000000..92127cd --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-05-29-12-06-54.bpo-22087.uv7_Y6.rst @@ -0,0 +1,3 @@ +Fix Policy.get_event_loop() to detect fork and return a new loop. + +Original patch by Dan O'Reilly. |