]> granicus.if.org Git - python/commit
get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 10 Apr 2008 19:50:36 +0000 (19:50 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 10 Apr 2008 19:50:36 +0000 (19:50 +0000)
commit2ea2968064e1868cc187754d6d9349c2e68b7734
tree0585da4ef80d8d939259ef7e4a7b21a45ab646ba
parent36a59b4a08ec297d0caabd5ff60375f6fd1d236f
get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.
Objects/bytesobject.c
Objects/stringobject.c
Objects/unicodeobject.c