jd-boyd / python-lzo

Python bindings for the LZO data compression library
GNU General Public License v2.0
74 stars 41 forks source link

decompress Warn: LZO Error: PY_SSIZE_T_CLEAN macro must be defined for '#' formats #54

Closed danyhm closed 1 year ago

danyhm commented 2 years ago

hello,

i get this error with python 3.10 on windows, version1.12 decompress Warn: LZO Error: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

it's included in this repo https://github.com/jrspruitt/ubi_reader

didn't have this problem before

nsoranzo commented 2 years ago

I think this was fixed in https://github.com/jd-boyd/python-lzo/pull/46 , but it hasn't been released in a new PyPI package, see https://github.com/jd-boyd/python-lzo/issues/52

eacmen commented 2 years ago

+1 for a new release needed. Happy to help push a release over the finish line.

jd-boyd commented 2 years ago

A new release was made, so I'm closing this.