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 lukasz.langa, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-09-30.14:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569855133.36.0.902025901117.issue38322@roundup.psfhosted.org>
In-reply-to
Content
The bug was probably exposed due to a change in path initialization (there's been a few changes here recently ;) ) that stopped normalising prefix. You can see that sys.executable in your dumped path has additional "." in the path, and that's never been the case before - they're always cleaned up earlier than that.

Adding in the appx _layout_ test (it's the whole test suite in an "installed" layout) was easier to do in CI than creating a buildbot config, so I threw it in as a test and then left it on. It's certainly not been failing this whole time.
History
Date User Action Args
2019-09-30 14:52:13steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, lukasz.langa, zach.ware
2019-09-30 14:52:13steve.dowersetmessageid: <1569855133.36.0.902025901117.issue38322@roundup.psfhosted.org>
2019-09-30 14:52:13steve.dowerlinkissue38322 messages
2019-09-30 14:52:13steve.dowercreate