]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make tuples less hungry -- an extra item was allocated but never used.
authorGuido van Rossum <guido@python.org>
Mon, 16 Nov 1998 18:56:03 +0000 (18:56 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Nov 1998 18:56:03 +0000 (18:56 +0000)
commit017f7780a88656172af93a2e164b20468fd9c45c
treef0439aae757ebc18ea290ddf3df126c0b0e318b4
parent72fe0859d07368950f4e3d2919df442ed0dbd019
Make tuples less hungry -- an extra item was allocated but never used.
Tip by Vladimir Marangozov.
Objects/tupleobject.c