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 gregory.p.smith
Recipients eric.snow, gregory.p.smith
Date 2021-10-18.09:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634548550.12.0.978620000948.issue45506@roundup.psfhosted.org>
In-reply-to
Content
git bisect on Linux yielded this culprit change:


```
79cf20e48d0b5d69d9fac2a0204b5ac2c366066a is the first bad commit
commit 79cf20e48d0b5d69d9fac2a0204b5ac2c366066a
Author: Eric Snow <ericsnowcurrently@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.
History
Date User Action Args
2021-10-18 09:15:50gregory.p.smithsetrecipients: + gregory.p.smith, eric.snow
2021-10-18 09:15:50gregory.p.smithsetmessageid: <1634548550.12.0.978620000948.issue45506@roundup.psfhosted.org>
2021-10-18 09:15:50gregory.p.smithlinkissue45506 messages
2021-10-18 09:15:50gregory.p.smithcreate