[Python-Dev] Draft PEP and reference implementation of a Python launcher for Windows

Eugene Toder eltoder at gmail.com
Sun Mar 20 04:10:31 CET 2011


> Out of curiosity, what is your objection to having the child process?

One of the problems is that parent process will not be able to kill
launched script. Simply doing TerminateProcess will kill the launcher,
leaving interpreter running. This can be partially fixed with job
objects, though.

Eugene


More information about the Python-Dev mailing list