Commit 5a8c28b3 authored by Stefan Behnel's avatar Stefan Behnel

fix copy&paste bug in last commit

parent b12a56a3
......@@ -1598,7 +1598,7 @@ static CYTHON_INLINE Py_UNICODE __Pyx_PyObject_AsPy_UNICODE(PyObject* x) {
return PyUnicode_AS_UNICODE(x)[0];
#endif
} else {
#if CYTHON_PEP393_ENABLED
#if !CYTHON_PEP393_ENABLED
if (unlikely(!maxval))
maxval = (long)PyUnicode_GetMax();
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment