This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petri.lehtinen
Recipients docs@python, eli.bendersky, eric.araujo, petri.lehtinen
Date 2011-11-21.14:20:03
SpamBayes Score 1.577203e-07
Marked as misclassified No
Message-id <20111121141949.GD9731@p16>
In-reply-to <1321883403.49.0.00560350977728.issue13402@psf.upfronthosting.co.za>
Content
Éric Araujo wrote:
> Patch looks good, but are you 100% sure that sys.executable is
> always absolute? (On all OSes, under multiprocessing, etc?)

Well, its value is computed by a function named
Py_GetProgramFullPath(), so I'm quite sure. I had a quick look on what
the function is doing, but it was quite complicated. I can check it
better if needed.
History
Date User Action Args
2011-11-21 14:20:04petri.lehtinensetrecipients: + petri.lehtinen, eric.araujo, eli.bendersky, docs@python
2011-11-21 14:20:04petri.lehtinenlinkissue13402 messages
2011-11-21 14:20:03petri.lehtinencreate