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
Date 2021-10-28.17:09:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635440975.82.0.890486444721.issue45651@roundup.psfhosted.org>
In-reply-to
Content
(forked from https://bugs.python.org/issue45020#msg404344)

On Mon, Oct 18, 2021 at 7:14 PM Guido van Rossum <report@bugs.python.org> wrote:
> I built on Windows with default options (PCbuild\build.bat) and it looks like the frozen modules are used by default even though I am running in the source directory. (I put a printf() call in unmarshal_frozen_code().)

We need to verify if this is still the case.  First we need to make sure there's a test that checks the default (both when running out of the source tree and when not).  I suspect the case Guido observed hasn't been fixed yet.
History
Date User Action Args
2021-10-28 17:09:35eric.snowsetrecipients: + eric.snow, FFY00
2021-10-28 17:09:35eric.snowsetmessageid: <1635440975.82.0.890486444721.issue45651@roundup.psfhosted.org>
2021-10-28 17:09:35eric.snowlinkissue45651 messages
2021-10-28 17:09:35eric.snowcreate