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 brett.cannon
Recipients brett.cannon, miss-islington, pablogsal, ronaldoussoren, twouters
Date 2021-09-17.23:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631922506.11.0.695426348869.issue45183@roundup.psfhosted.org>
In-reply-to
Content
New changeset 209b7035f714dcc41df054b0b023e0b955d7e1a2 by Brett Cannon in branch 'main':
bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset (GH-28435)
https://github.com/python/cpython/commit/209b7035f714dcc41df054b0b023e0b955d7e1a2
History
Date User Action Args
2021-09-17 23:48:26brett.cannonsetrecipients: + brett.cannon, twouters, ronaldoussoren, pablogsal, miss-islington
2021-09-17 23:48:26brett.cannonsetmessageid: <1631922506.11.0.695426348869.issue45183@roundup.psfhosted.org>
2021-09-17 23:48:26brett.cannonlinkissue45183 messages
2021-09-17 23:48:25brett.cannoncreate