]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add missing "return NULL" in overflow check in PyObject_Repr().
authorGuido van Rossum <guido@python.org>
Tue, 6 Nov 2007 23:32:56 +0000 (23:32 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Nov 2007 23:32:56 +0000 (23:32 +0000)
commit9b847b432cda06cb1c1fd58a46efb7f0eca1cad1
treeadc7162a0a0df65b660384559a75ca5de243ec8e
parente1ac4f19301aa0a4d28fc25b91c71c477c37cb21
Add missing "return NULL" in overflow check in PyObject_Repr().
Objects/stringobject.c