ndparker / rjsmin

Fast javascript minifier for Python
http://opensource.perlig.de/rjsmin/
Apache License 2.0
60 stars 15 forks source link

Python 3.10.0rc1 gives DeprecationWarning #26

Closed othalan closed 2 years ago

othalan commented 2 years ago

Using rjsmin on Python v3.10.0 RC1, I get the following Deprecation Warning:

<ipython-input-3-05a7209be334>:102: DeprecationWarning: PyUnicode_FromUnicode(NULL, size) is deprecated; use PyUnicode_New() instead

Python: 3.10.0 RC1 OS: MacOS 11.2.1

ndparker commented 2 years ago

Thank you, I'll look into it.

ndparker commented 2 years ago

Fixed in 1.2.0.