]> granicus.if.org Git - python/commit
Simplify _PyTuple_Resize by not using the tuple free list and dropping
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 5 Oct 2000 19:36:49 +0000 (19:36 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 5 Oct 2000 19:36:49 +0000 (19:36 +0000)
commit08b53e6a2ad6b7ba08430e2b0cf6586ae90c564e
treea9dc764774829faac6d62a28e47bd7302b46f5a8
parent98dc065c1b96705d42c4853fdb28ff5ae64093b9
Simplify _PyTuple_Resize by not using the tuple free list and dropping
support for the last_is_sticky flag.  A few hard to find bugs may be
fixed by this patch since the old code was buggy.
Objects/tupleobject.c