You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stopped working with Python 3,12.
When using stringdist.levenshtein(a, b) it now throws: SystemError: argument 1 (impossible<bad format char>)
Still works on Python 3.11.
Stopped working with Python 3,12.
When using stringdist.levenshtein(a, b) it now throws:
SystemError: argument 1 (impossible<bad format char>)Still works on Python 3.11.