[Python-Dev] Draft PEP and reference implementation of a Python launcher for Windows
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Mar 21 01:15:36 CET 2011
More information about the Python-Dev mailing list
Mon Mar 21 01:15:36 CET 2011
- Previous message: [Python-Dev] Draft PEP and reference implementation of a Python launcher for Windows
- Next message: [Python-Dev] Draft PEP and reference implementation of a Python launcher for Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark Hammond wrote: > In addition to Martin's point, this approach would mean the exit code of > the child process probably isn't available to whoever started the > launcher. Maybe I've missed something in this discussion, but is there any reason the launcher can't just exec the relevant python? Then the pid, exit status, etc. will all be as you would expect if you'd invoked it directly. -- Greg
- Previous message: [Python-Dev] Draft PEP and reference implementation of a Python launcher for Windows
- Next message: [Python-Dev] Draft PEP and reference implementation of a Python launcher for Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list