bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module by graingert · Pull Request #21956 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 87 additions & 7 deletions Lib/test/test_runpy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add tests for sigint handling in runpy
Comment thread
gvanrossum marked this conversation as resolved.
Outdated
3 changes: 3 additions & 0 deletions Modules/main.c