]> granicus.if.org Git - python/commit
No need to create and destroy links when updating a fixed-sized circular queue.
authorRaymond Hettinger <python@rcn.com>
Sat, 31 Mar 2012 02:15:18 +0000 (19:15 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 31 Mar 2012 02:15:18 +0000 (19:15 -0700)
commit41eb79a016fce3204041e2f6dfd848e998898b28
tree6243689a28b3e5e59ee8b4cd7e2dea8f2225e6cc
parent3288e948f3fd6c553576ab92706dfd3b5f66f2fb
No need to create and destroy links when updating a fixed-sized circular queue.
Lib/functools.py