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

fix copy&paste bug in last commit

--HG--
extra : transplant_source : 4%93%F3HQ/%0C%D4%28%FB23%1E%F6%FE%E1%D8%8AT%EB
parent 308f7b23
......@@ -1632,7 +1632,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