summaryrefslogtreecommitdiffstats
path: root/Objects/abstract.c
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-03-11 07:34:19 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-03-11 07:34:19 (GMT)
commit97bc6182297ab383d54dca4b85fe656a658e7f0d (patch)
tree92921c8f2ad33a9e1e62e609681f66c90cf04310 /Objects/abstract.c
parent4252a7a5d1c0bbc41abeab2ae5ce29f42cd9ace8 (diff)
downloadcpython-97bc6182297ab383d54dca4b85fe656a658e7f0d.zip
cpython-97bc6182297ab383d54dca4b85fe656a658e7f0d.tar.gz
cpython-97bc6182297ab383d54dca4b85fe656a658e7f0d.tar.bz2
list_inplace_concat() is now expressed in terms of list_extend() which
avoids creating an intermediate tuple for iterable arguments other than lists or tuples. In other words, a+=b no longer requires extra memory when b is not a list or tuple. The list and tuple cases are unchanged.
Diffstat (limited to 'Objects/abstract.c')
0 files changed, 0 insertions, 0 deletions