Message404161
| 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:33 | gregory.p.smith | set | recipients: + gregory.p.smith |
| 2021-10-18 08:03:33 | gregory.p.smith | set | messageid: <1634544213.04.0.105979675916.issue45506@roundup.psfhosted.org> |
| 2021-10-18 08:03:33 | gregory.p.smith | link | issue45506 messages |
| 2021-10-18 08:03:32 | gregory.p.smith | create | |