summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-05-30 00:47:56 (GMT)
committerGitHub <noreply@github.com>2018-05-30 00:47:56 (GMT)
commit99279ad823a758288e4e41962abfc4dad8943ce8 (patch)
treef5f6c3dca3e98850adf7aac9a8fe88ba50042640 /Misc
parentdec947ca26bd598a26869226dcac592a7ccf0d56 (diff)
downloadcpython-99279ad823a758288e4e41962abfc4dad8943ce8.zip
cpython-99279ad823a758288e4e41962abfc4dad8943ce8.tar.gz
cpython-99279ad823a758288e4e41962abfc4dad8943ce8.tar.bz2
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
This reverts commit 5d97b7bcc19496617bf8c448d2f149cc28c73bc7.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-29-12-06-54.bpo-22087.uv7_Y6.rst3
1 files changed, 0 insertions, 3 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
deleted file mode 100644
index 92127cd..0000000
--- a/Misc/NEWS.d/next/Library/2018-05-29-12-06-54.bpo-22087.uv7_Y6.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix Policy.get_event_loop() to detect fork and return a new loop.
-
-Original patch by Dan O'Reilly.