Closed as not planned
Description
Bug report
Bug description:
Hello,
I encountered this error when running code on python 3.13.
for file_path in importer._files:
E AttributeError: 'zipimporter' object has no attribute '_files'
I suspect sth is changed in Lib/zipimport.py, but i am not sure.
Hope someone can provide some guidance, thank you!
CPython versions tested on:
3.13
Operating systems tested on:
Linux, macOS