[issue45506] Out of source tree builds failing on main - test_importlib others unreliable

Gregory P. Smith report at bugs.python.org
Mon Oct 18 05:15:50 EDT 2021


Gregory P. Smith <greg at krypto.org> added the comment:

git bisect on Linux yielded this culprit change:


```
79cf20e48d0b5d69d9fac2a0204b5ac2c366066a is the first bad commit
commit 79cf20e48d0b5d69d9fac2a0204b5ac2c366066a
Author: Eric Snow <ericsnowcurrently at gmail.com>
Date:   Thu Oct 14 15:32:18 2021 -0600

    bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
```

...
Running a git bisect ritual on macOS wasn't helpful, test_importlib out of tree too often simply hangs there (going much further back).  Apparently more than one possible issue at play here.  Lets let this issue be for the Linux one.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45506>
_______________________________________


More information about the Python-bugs-list mailing list