Bug report
Bug description:
with zipfile.ZipFile(io.BytesIO(), 'w') as zh:
zinfo = zipfile.ZipInfo('mydir/')
zh.mkdir(zinfo)
The above code raises AttributeError: 'zipfile.ZipInfo' object has no attribute 'CRC'.
CPython versions tested on:
3.14
Operating systems tested on:
No response
Linked PRs
Bug report
Bug description:
The above code raises
AttributeError: 'zipfile.ZipInfo' object has no attribute 'CRC'.CPython versions tested on:
3.14
Operating systems tested on:
No response
Linked PRs