summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2002-07-14 23:28:16 +0000
committerMark Hammond <mhammond@skippinet.com.au>2002-07-14 23:28:16 +0000
commit155adbdcbb18a8eb66826034bff391f3cb0059a6 (patch)
tree5db1f0d8ed485a592d9daba04c97934347731a7d /Python/pythonrun.c
parent2f10cb8fa5e67e262c009c9b1a2c99a788fd0ad7 (diff)
downloadcpython-git-155adbdcbb18a8eb66826034bff391f3cb0059a6.tar.gz
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 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions