SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 127 Python

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