commit | 4abb3660ca43ffa22e1879dac238c2ed7c406389 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Wed Apr 19 14:50:15 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Wed Apr 19 14:50:15 2006 +0000 |
tree | 471b76cdc2afb69fe3b4e2212646659bd324bb20 | |
parent | 67191311299c7c4097981c961064080824f09f9c [diff] |
Use Py_ssize_t to hold the 'width' argument to the ljust, rjust, center and zfill stringmethods, so they can create strings larger than 2Gb on 64bit systems (even win64.) The unicode versions of these methods already did this right.