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
Hi, when I try to read a zipfile that has compression = 0, I get everytime the error "That compression method is not supported". In the debugger, the compression is set to 99 instead of take the one from the file itself.
I have found the code block where it is set to 99. But first my coding:
Bug report
Bug description:
Hi, when I try to read a zipfile that has compression = 0, I get everytime the error "That compression method is not supported". In the debugger, the compression is set to 99 instead of take the one from the file itself.
I have found the code block where it is set to 99. But first my coding:
CPython versions tested on:
3.13
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: