diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-11-28 23:17:29 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-11-28 23:17:29 (GMT) |
commit | 6bf41e54a42fbe3deee70b8d786096bd6d1d133d (patch) | |
tree | 83ffa377600c2d0e71b54d68d7d5fee71b29c534 /Doc | |
parent | b13e6bcbd851c61af22c44dbe6f156653f54baae (diff) | |
download | cpython-6bf41e54a42fbe3deee70b8d786096bd6d1d133d.zip cpython-6bf41e54a42fbe3deee70b8d786096bd6d1d133d.tar.gz cpython-6bf41e54a42fbe3deee70b8d786096bd6d1d133d.tar.bz2 |
Remove explicit empty tuple reuse in cpickle.
PyTuple_New(0) always returns the same empty tuple from its free list anyway,
so we are not saving much here. Plus, the code where this was used is on
uncommon run paths.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions