[Python-Dev] Draft PEP and reference implementation of a Python launcher for Windows
"Martin v. Löwis"
martin at v.loewis.de
Sun Mar 20 10:39:48 CET 2011
More information about the Python-Dev mailing list
Sun Mar 20 10:39:48 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 ]
>>> Does it also support loading a different interpreter version than the >>> one it is running? >> >> Ouch, no. I guess you're right, any Python based solution will need to >> create a child process. > > Why would that be true? Shouldn't this launcher just be a basic wrapper > that cobbles together the arguments for an eventual os.exec*() call? Windows doesn't support exec*(3). Regards, Martin
- 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