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 eryksun, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2019-01-24.20:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548361879.13.0.537799041332.issue35811@roundup.psfhosted.org>
In-reply-to
Content
I think that snippet may have to change to accommodate the multiprocessing issue, where we need to stop replacing sys.executable with the venv launcher and have it point to the base python.exe (and then anyone launching sys.executable needs to preserve __PYVENV_LAUNCHER__, which is the default behavior).

Having done a code scan, there are quite a few places where we explicitly choose __PYVENV_LAUNCHER__ on macOS over sys.executable, so I guess we need to do those on Windows now as well. But that's a discussion for issue 35797
History
Date User Action Args
2019-01-24 20:31:21steve.dowersetrecipients: + steve.dower, paul.moore, vinay.sajip, tim.golden, zach.ware, eryksun
2019-01-24 20:31:19steve.dowersetmessageid: <1548361879.13.0.537799041332.issue35811@roundup.psfhosted.org>
2019-01-24 20:31:19steve.dowerlinkissue35811 messages
2019-01-24 20:31:19steve.dowercreate