]> granicus.if.org Git - python/commit
Tweak the deque struct by moving the least used fields (maxlen and weakref) to the...
authorRaymond Hettinger <python@rcn.com>
Sun, 14 Jul 2013 05:30:25 +0000 (22:30 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 14 Jul 2013 05:30:25 +0000 (22:30 -0700)
commit90dea4ce43a0ebfe9961e854b605d167e0f57863
tree2431b9d746e94301f49f749f1a82cbf22799e8fd
parent840533bf1c7e5cb9b565067795df28a41b61844e
Tweak the deque struct by moving the least used fields (maxlen and weakref) to the end.
Modules/_collectionsmodule.c