diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2002-07-14 23:28:16 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2002-07-14 23:28:16 (GMT) |
commit | 155adbdcbb18a8eb66826034bff391f3cb0059a6 (patch) | |
tree | 5db1f0d8ed485a592d9daba04c97934347731a7d /Misc/ACKS | |
parent | 2f10cb8fa5e67e262c009c9b1a2c99a788fd0ad7 (diff) | |
download | cpython-155adbdcbb18a8eb66826034bff391f3cb0059a6.zip cpython-155adbdcbb18a8eb66826034bff391f3cb0059a6.tar.gz cpython-155adbdcbb18a8eb66826034bff391f3cb0059a6.tar.bz2 |
Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted
Don't pass CREATE_NEW_CONSOLE to CreateProcess(), meaning our child process is in the same "console group" and therefore interrupted by the same Ctrl+C that interrupts the parent.
Diffstat (limited to 'Misc/ACKS')
0 files changed, 0 insertions, 0 deletions