]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
authorThomas Grainger <tagrain@gmail.com>
Tue, 22 Sep 2020 15:53:03 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 15:53:03 +0000 (08:53 -0700)
commita68a2ad19c891faa891904b3da537911cc77df21
tree46fa0cc9d282a07bdfb1f1bad89504976dee2a9c
parentea0711a9f9f207d6d4ca037d90de6ec60db131b0
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)

Closes bpo issue 41602
Lib/test/test_runpy.py
Misc/NEWS.d/next/Tests/2020-08-25-19-25-36.bpo-41602.Z64s0I.rst [new file with mode: 0644]
Modules/main.c