]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module...
authorThomas Grainger <tagrain@gmail.com>
Thu, 24 Sep 2020 16:44:14 +0000 (17:44 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Sep 2020 16:44:14 +0000 (18:44 +0200)
commitae462297c08515f2c0dacf77b04816504142ba3e
tree035b6c4421cd66316a4e44d14524273cd2380b46
parent87ca11be3ba59a88485b6535c540542552cfb3db
[3.8] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22398)

Closes bpo issue 41602.
(cherry picked from commit a68a2ad19c891faa891904b3da537911cc77df21)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
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