You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Yes, the zipimporter._files attribute has been removed in version 3.13: #103208. Since this attribute is private and not documented anywhere else, it was removed without any deprecation process.
So, you need to update your code :)
Actually, maybe it would make sense to mention this removal in the changelog, but I'm not sure how many users are using it, since it's a private, undocumented attribute.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Hello,
I encountered this error when running code on python 3.13.
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
The text was updated successfully, but these errors were encountered: