summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVladimir Matveev <v2matveev@outlook.com>2018-12-18 21:56:17 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2018-12-18 21:56:17 (GMT)
commitb5c8cfa1da17c6f3acac80a0afca7f7104fb9589 (patch)
treed725abe7cb749e02672c269d7edc7bbcfd8faab6 /Misc
parente3666fc8effb05b555121f4ab7388df59e21f8b4 (diff)
downloadcpython-b5c8cfa1da17c6f3acac80a0afca7f7104fb9589.zip
cpython-b5c8cfa1da17c6f3acac80a0afca7f7104fb9589.tar.gz
cpython-b5c8cfa1da17c6f3acac80a0afca7f7104fb9589.tar.bz2
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-12-16-24-55.bpo-23057.OB4Z1Y.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-12-16-24-55.bpo-23057.OB4Z1Y.rst b/Misc/NEWS.d/next/Library/2018-12-12-16-24-55.bpo-23057.OB4Z1Y.rst
new file mode 100644
index 0000000..51b727d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-12-12-16-24-55.bpo-23057.OB4Z1Y.rst
@@ -0,0 +1 @@
+Unblock Proactor event loop when keyboard interrupt is received on Windows