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.

URL PR 28435
Status merged
Title 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
History
Date User Action Args
2021-09-17 23:48:19brett.cannonsetstatus: open -> merged
2021-09-17 23:06:32brett.cannonsettitle: bpo-45183: don't raise an exception when calling zipimport.find_spec() when the zip file is missing and the internal cache has been reset -> 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
2021-09-17 23:02:22brett.cannonsettitle: bpo-45183: don't raise an exception when calling zipimport.find_spec() when a zip file is missing and the internal cache has been reset -> bpo-45183: don't raise an exception when calling zipimport.find_spec() when the zip file is missing and the internal cache has been reset
2021-09-17 23:00:27brett.cannonlinkissue45183 pull_requests
2021-09-17 23:00:27brett.cannoncreate