[issue12098] Child process running as debug on Windows

Antoine Pitrou report at bugs.python.org
Fri May 20 18:54:06 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Thanks for the patches.
One comment: I'm not sure a frozen interpreter can take regular Python flags.
As for the test, you could run a function returning sys.flags from the child to the parent, and check that the returned value is equal to the parent's sys.flags.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12098>
_______________________________________


More information about the Python-bugs-list mailing list