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-18.00:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631925990.09.0.665768019026.issue45183@roundup.psfhosted.org>
In-reply-to
Content
New changeset e1bdecb6dc7ac33256d5fa875d45634512d2a90e by Brett Cannon in branch '3.10':
[3.10] 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) (#28438)
https://github.com/python/cpython/commit/e1bdecb6dc7ac33256d5fa875d45634512d2a90e
History
Date User Action Args
2021-09-18 00:46:30brett.cannonsetrecipients: + brett.cannon, twouters, ronaldoussoren, pablogsal, miss-islington
2021-09-18 00:46:30brett.cannonsetmessageid: <1631925990.09.0.665768019026.issue45183@roundup.psfhosted.org>
2021-09-18 00:46:30brett.cannonlinkissue45183 messages
2021-09-18 00:46:30brett.cannoncreate