summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2004-03-21 20:27:49 (GMT)
committerArmin Rigo <arigo@tunes.org>2004-03-21 20:27:49 (GMT)
commit56716150e6e52a63ec8eaae5476b427684d22881 (patch)
treeb74f62f4d1f04483254f9eebbcb6c6e102b156ab /Lib
parentabce8a681c499382de3cb8fbdf5b2eba036eca26 (diff)
downloadcpython-56716150e6e52a63ec8eaae5476b427684d22881.zip
cpython-56716150e6e52a63ec8eaae5476b427684d22881.tar.gz
cpython-56716150e6e52a63ec8eaae5476b427684d22881.tar.bz2
This is the fastest I could get on Intel GCC. I kept the memset() in to clear
the newly created tuples, but tuples added in the freelist are now cleared in tupledealloc already (which is very cheap, because we are already Py_XDECREF'ing all elements anyway). Python should have a standard Py_ZAP macro like ZAP in pystate.c.
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions