[Python-checkins] python/dist/src/Modules posixmodule.c,2.242,2.243
Tim Peters
tim.one@comcast.net
Sun, 14 Jul 2002 20:09:18 -0400
[mhammond@users.sourceforge.net]
> Modified Files:
> posixmodule.c
> Log Message:
> 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.
Do you consider this to be a bugfix candidate?