summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2020-09-22 15:53:03 (GMT)
committerGitHub <noreply@github.com>2020-09-22 15:53:03 (GMT)
commita68a2ad19c891faa891904b3da537911cc77df21 (patch)
tree46fa0cc9d282a07bdfb1f1bad89504976dee2a9c /Misc/NEWS.d
parentea0711a9f9f207d6d4ca037d90de6ec60db131b0 (diff)
downloadcpython-a68a2ad19c891faa891904b3da537911cc77df21.zip
cpython-a68a2ad19c891faa891904b3da537911cc77df21.tar.gz
cpython-a68a2ad19c891faa891904b3da537911cc77df21.tar.bz2
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
Closes bpo issue 41602
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-08-25-19-25-36.bpo-41602.Z64s0I.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-08-25-19-25-36.bpo-41602.Z64s0I.rst b/Misc/NEWS.d/next/Tests/2020-08-25-19-25-36.bpo-41602.Z64s0I.rst
new file mode 100644
index 0000000..fa3d2f1
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-08-25-19-25-36.bpo-41602.Z64s0I.rst
@@ -0,0 +1 @@
+Add tests for SIGINT handling in the runpy module.