]> 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 08:05:01 +0000 (08:05 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 29 May 2001 08:05:01 +0000 (08:05 +0000)
commit477bd2d1e436ef076a0c4a139fb8ed3e01ba138a
tree5a37c9a1fee9b304a6a1a7b01174144aef24afce
parentfbed5be9e13144f80a30b90dbd670131fdaba51e
_PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's
suggestion (modulo style).
Objects/tupleobject.c