]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's
authorThomas Wouters <thomas@python.org>
Tue, 29 May 2001 07:58:45 +0000 (07:58 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 29 May 2001 07:58:45 +0000 (07:58 +0000)
commit0dcea5973dd91d6ecbeae2b93441ec67f6ba06aa
tree07b7381ffcda27fbbd5c165f21356f56a011b515
parent3a2ab1ab69b1899964066b682d721d172c681d20
_PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's
suggestion (modulo style).
Objects/tupleobject.c