diff options
author | Thomas Wouters <thomas@python.org> | 2006-02-16 19:34:37 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-02-16 19:34:37 (GMT) |
commit | de01774dae6771aa5abdaca2ef39e339ad223f8d (patch) | |
tree | 3b9002c2365923f168f0e83f7d6630eb2f8cf686 /Objects/methodobject.c | |
parent | 13870b18f2a843d568f82c89b72f33dc427b9b23 (diff) | |
download | cpython-de01774dae6771aa5abdaca2ef39e339ad223f8d.zip cpython-de01774dae6771aa5abdaca2ef39e339ad223f8d.tar.gz cpython-de01774dae6771aa5abdaca2ef39e339ad223f8d.tar.bz2 |
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.
Diffstat (limited to 'Objects/methodobject.c')
0 files changed, 0 insertions, 0 deletions