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 FFY00
Recipients Anthony Sottile, FFY00
Date 2020-05-08.02:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588904512.27.0.59471887813.issue40525@roundup.psfhosted.org>
In-reply-to
Content
I tracked this down to zipimporter. I have one untested patch, when I run python from my development tree for some reason the zipimport definition at Lib/zipimport.py is not used. I assume something weird is going on because of the frozen circular imports. I would appreaciate it if someone could explain how this works and how I get the correct zipimporter definition to be used.
History
Date User Action Args
2020-05-08 02:21:52FFY00setrecipients: + FFY00, Anthony Sottile
2020-05-08 02:21:52FFY00setmessageid: <1588904512.27.0.59471887813.issue40525@roundup.psfhosted.org>
2020-05-08 02:21:52FFY00linkissue40525 messages
2020-05-08 02:21:52FFY00create