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 steve.dower
Recipients paul.moore, schlamar, steve.dower, tim.golden, zach.ware
Date 2019-02-02.22:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549147763.3.0.955710681128.issue35873@roundup.psfhosted.org>
In-reply-to
Content
So with the fix for multiprocessing, we currently rely on __PYVENV_LAUNCHER__ remaining set throughout the process.

However, it may be better to add a "sys.base_executable" property instead and clear the __PYVENV_LAUNCHER__ variable once we've read it. Then we can set it again in multiprocessing and launch the base executable, and otherwise default to launching the redirector.
History
Date User Action Args
2019-02-02 22:49:24steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, schlamar, zach.ware
2019-02-02 22:49:23steve.dowersetmessageid: <1549147763.3.0.955710681128.issue35873@roundup.psfhosted.org>
2019-02-02 22:49:23steve.dowerlinkissue35873 messages
2019-02-02 22:49:23steve.dowercreate