Use correct PyArg_Parse format char for Py_ssize_t in unicode.center().
Fixes: >>> u"".center(10) Traceback (most recent call last): File "<stdin>", line 1, in <module> MemoryError on 64-bit systems.
T
Thomas Wouters committed
de01774dae6771aa5abdaca2ef39e339ad223f8d
Parent: 13870b1