commit | 6a922372ad24a86306d70889e67edb03815d07c0 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Mon May 28 13:11:02 2001 +0000 |
committer | Thomas Wouters <thomas@python.org> | Mon May 28 13:11:02 2001 +0000 |
tree | b4a12e7d5a1e9be78e671c485d2fc0c30fbf3856 | |
parent | 15d4929ae4ad5206e2f7fa947d632bfba9b8bfd1 [diff] |
_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.