summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2017-12-21 15:06:46 (GMT)
committerGitHub <noreply@github.com>2017-12-21 15:06:46 (GMT)
commit4a02543cf97e8cbf9293741379f977b85531e4c2 (patch)
treee066c0d8741a23e492897f55fca6ccea4fa0f20f /Misc
parente47e698da6bd982da277960c14afa9d9939e3155 (diff)
downloadcpython-4a02543cf97e8cbf9293741379f977b85531e4c2.zip
cpython-4a02543cf97e8cbf9293741379f977b85531e4c2.tar.gz
cpython-4a02543cf97e8cbf9293741379f977b85531e4c2.tar.bz2
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-21-11-08-42.bpo-26133.mt81QV.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-21-11-08-42.bpo-26133.mt81QV.rst b/Misc/NEWS.d/next/Library/2017-12-21-11-08-42.bpo-26133.mt81QV.rst
new file mode 100644
index 0000000..0653d19
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-12-21-11-08-42.bpo-26133.mt81QV.rst
@@ -0,0 +1 @@
+Don't unsubscribe signals in asyncio UNIX event loop on interpreter shutdown.