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 gregory.p.smith
Date 2021-10-18.08:03:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634544213.04.0.105979675916.issue45506@roundup.psfhosted.org>
In-reply-to
Content
further down in the tracebacks in that situation:

```
  File "/Users/greg/oss/python/upstream/Lib/importlib/_bootstrap.py", line 887, in _fix_up_module
    assert module.__file__ == __file__, (module.__file__, __file__)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: ('/Users/greg/oss/python/upstream/Lib/zipimport.py', '/Users/greg/oss/python/b-u/../upstream/Lib/zipimport.py')
```
History
Date User Action Args
2021-10-18 08:03:33gregory.p.smithsetrecipients: + gregory.p.smith
2021-10-18 08:03:33gregory.p.smithsetmessageid: <1634544213.04.0.105979675916.issue45506@roundup.psfhosted.org>
2021-10-18 08:03:33gregory.p.smithlinkissue45506 messages
2021-10-18 08:03:32gregory.p.smithcreate