(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. |