polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

polyglot/detect/base.py:84: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats

Open RCoeurjoly opened this issue 5 years ago • 0 comments

I get the following warning in python 3.8:

polyglot/detect/base.py:84: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats reliable, index, top_3_choices = cld2.detect(t, bestEffort=False)

Any ideas how to fix it?

RCoeurjoly avatar Apr 20 '20 06:04 RCoeurjoly