]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_PyTuple_Resize: take into account the empty tuple. There can be only one.
authorThomas Wouters <thomas@python.org>
Mon, 28 May 2001 13:11:02 +0000 (13:11 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 28 May 2001 13:11:02 +0000 (13:11 +0000)
commit6a922372ad24a86306d70889e67edb03815d07c0
treeb4a12e7d5a1e9be78e671c485d2fc0c30fbf3856
parent15d4929ae4ad5206e2f7fa947d632bfba9b8bfd1
_PyTuple_Resize: take into account the empty tuple. There can be only one.
Instead of raising a SystemError, just create a new tuple of the desired
size.

This fixes (at least) SF bug #420343.
Objects/tupleobject.c