summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorValeriyaSinevich <valeriya.sinevich@phystech.edu>2018-07-19 22:34:03 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2018-07-19 22:34:03 (GMT)
commitce75df3031c86b78311b1ad76c39c0b39d7d7424 (patch)
treef1bd2a5e30885b6f45c0df239d6063e30aa2eb9c /Misc
parent81950495ba2c36056e0ce48fd37d514816c26747 (diff)
downloadcpython-ce75df3031c86b78311b1ad76c39c0b39d7d7424.zip
cpython-ce75df3031c86b78311b1ad76c39c0b39d7d7424.tar.gz
cpython-ce75df3031c86b78311b1ad76c39c0b39d7d7424.tar.bz2
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2018-06-25-09-33-48.bpo-30237.EybiZA.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-06-25-09-33-48.bpo-30237.EybiZA.rst b/Misc/NEWS.d/next/Windows/2018-06-25-09-33-48.bpo-30237.EybiZA.rst
new file mode 100644
index 0000000..18aac75
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-06-25-09-33-48.bpo-30237.EybiZA.rst
@@ -0,0 +1,2 @@
+Output error when ReadConsole is canceled by CancelSynchronousIo instead of
+crashing.