commit | 6bf41e54a42fbe3deee70b8d786096bd6d1d133d | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Thu Nov 28 15:17:29 2013 -0800 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Thu Nov 28 15:17:29 2013 -0800 |
tree | 83ffa377600c2d0e71b54d68d7d5fee71b29c534 | |
parent | b13e6bcbd851c61af22c44dbe6f156653f54baae [diff] |
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.