]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed bugs in resizetuple and extended the interface.
authorSjoerd Mullender <sjoerd@acm.org>
Mon, 1 Nov 1993 13:46:50 +0000 (13:46 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Mon, 1 Nov 1993 13:46:50 +0000 (13:46 +0000)
commit615194a3526ce2cd50a255113470ba24e3fca0b9
treeb4619ccf736036474866cbbe53a22bafd96b6bc0
parent0a2fa75a9c2d6618b5fc9e4745551adfc7dd4aba
Fixed bugs in resizetuple and extended the interface.
Added ifdefs in stringobject.c for shared strings of length 1.
Renamed free_list in tupleobject.c to free_tuples.
Include/tupleobject.h
Objects/stringobject.c
Objects/tupleobject.c
Python/bltinmodule.c