]> granicus.if.org Git - python/commit
Py_ssize_t issue; repr()'ing a very large string would result in a teensy
authorThomas Wouters <thomas@python.org>
Fri, 21 Apr 2006 13:54:43 +0000 (13:54 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 21 Apr 2006 13:54:43 +0000 (13:54 +0000)
commit568f1d0eedc69bc9e1c190076255bf0afc8224f7
treedcdd90b6c2037577de861875898f4a3407088b16
parent07b3508e244cafd54e194797e3ae2a8480075397
Py_ssize_t issue; repr()'ing a very large string would result in a teensy
string, because of a cast to int.
Objects/stringobject.c