Changes between Initial Version and Version 1 of Ticket #21034, comment 2
- Timestamp:
- Sep 4, 2013, 12:51:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21034, comment 2
initial v1 1 It's going to be extremely hard to write a test case for this: as demonstrated above, hitting ^Con the command line triggers the bug, but raising KeyboardInterrupt in Python code doesn't. I'm tempted to just commit the fix.1 It's going to be extremely hard to write a test case for this: as demonstrated above, hitting `^C` on the command line triggers the bug, but raising KeyboardInterrupt in Python code doesn't. I'm tempted to just commit the fix. 2 2 3 3 Does someone have an idea to test this?