smihica / pyminizip

To create a password encrypted zip file in python.
Other
106 stars 37 forks source link

Deprecation warning: PY_SSIZE_T_CLEAN will be required for '#' formats #34

Open supermitch opened 3 years ago

supermitch commented 3 years ago
DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
pyminizip.compress_multiple(<blah>)

I'm assuming this is an internal deprecation warning, and not a usage issue.

Relates to https://bugs.python.org/issue36381

I'm using Python 3.8.6 on Windows 10 Enterprise.