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 ethan smith, jkloth, ned.deily, paul.moore, steve.dower, tim.golden, vinay.sajip, vstinner, xtreak, zach.ware
Date 2018-12-11.04:40:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544503253.14.0.788709270274.issue34977@psf.upfronthosting.co.za>
In-reply-to
Content
Luckily, just noticed that I introduced a bug as part of splitting up the original PR into two.

It wasn't going to have an impact until the package was properly installed from the store, but without the proper directory resolution in there (since the variable I removed is never defined now), in some scenarios it wouldn't be possible to launch Python from a process outside of the app package, such as a virtual environment.

Testing in a proper app container is difficult, but I'll see if I can come up with a way to do it. It might require a custom buildbot, so I'll see whether there's a way I can do that (historically we've not been able to wire internal work machines - including Azure hosted ones - into other CI systems, but I'll try again).
History
Date User Action Args
2018-12-11 04:40:53steve.dowersetrecipients: + steve.dower, paul.moore, vinay.sajip, vstinner, tim.golden, jkloth, ned.deily, zach.ware, ethan smith, xtreak
2018-12-11 04:40:53steve.dowersetmessageid: <1544503253.14.0.788709270274.issue34977@psf.upfronthosting.co.za>
2018-12-11 04:40:53steve.dowerlinkissue34977 messages
2018-12-11 04:40:52steve.dowercreate