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 FFY00, eric.snow, ncoghlan, steve.dower, vstinner
Date 2021-11-04.18:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636049108.21.0.761351323881.issue45582@roundup.psfhosted.org>
In-reply-to
Content
> What fresh clone do you mean?  test_embed is failing, not test_freeze.

test_freeze is passing, but it shouldn't be able to locate a valid Lib/ directory to load modules from. So it's somehow managing to do it against the "official" logic (none of the searches are going to find `root/python-build/Lib` starting from `root/python-installation/python`).

I haven't dug into it yet, but I suspect if the root used for this test is moved outside of the main tree then it will fail again.
History
Date User Action Args
2021-11-04 18:05:09steve.dowersetrecipients: + steve.dower, ncoghlan, vstinner, eric.snow, FFY00
2021-11-04 18:05:08steve.dowersetmessageid: <1636049108.21.0.761351323881.issue45582@roundup.psfhosted.org>
2021-11-04 18:05:08steve.dowerlinkissue45582 messages
2021-11-04 18:05:08steve.dowercreate