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 eric.snow
Recipients FFY00, eric.snow, ncoghlan, steve.dower, vstinner
Date 2021-11-04.15:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7AFN-uBJ4BWUhpOApU7YHeug9abr8M4MdJLoKNTT06jZQ@mail.gmail.com>
In-reply-to <1635985499.81.0.118940389717.issue45582@roundup.psfhosted.org>
Content
On Wed, Nov 3, 2021 at 6:25 PM Steve Dower <report@bugs.python.org> wrote:
> Now to find out why the old getpath could somehow locate the stdlib but new getpath cannot... (I'm guessing it is finding the "original" stdlib rather than the fresh clone, since AFAICT there's no reference at all to the original source dir)

What fresh clone do you mean?  test_embed is failing, not test_freeze.
So there is no out-of-tree build involved.
History
Date User Action Args
2021-11-04 15:58:05eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, steve.dower, FFY00
2021-11-04 15:58:05eric.snowlinkissue45582 messages
2021-11-04 15:58:05eric.snowcreate