get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.
commit424fcfddc4fc5304871518ed9bb4811de411b66d
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 10 Apr 2008 19:50:36 +0000 (10 19:50 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 10 Apr 2008 19:50:36 +0000 (10 19:50 +0000)
tree6a18b00510a21c65907e93e9353730bf9bfe7923
parentc22dbe7430f63129d231ff15132a3b9b05631153
get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.

git-svn-id: http://svn.python.org/projects/python/trunk@62271 6015fed2-1504-0410-9fe1-9d1591cc4771
Objects/bytesobject.c
Objects/stringobject.c
Objects/unicodeobject.c