summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2013-11-28 15:17:29 -0800
committerAlexandre Vassalotti <alexandre@peadrop.com>2013-11-28 15:17:29 -0800
commit6bf41e54a42fbe3deee70b8d786096bd6d1d133d (patch)
tree83ffa377600c2d0e71b54d68d7d5fee71b29c534 /Python
parentb13e6bcbd851c61af22c44dbe6f156653f54baae (diff)
downloadcpython-git-6bf41e54a42fbe3deee70b8d786096bd6d1d133d.tar.gz
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 'Python')
0 files changed, 0 insertions, 0 deletions