[Python-checkins] cpython: Remove old Todo entry that isn't going to happen.

raymond.hettinger python-checkins at python.org
Fri Oct 16 02:36:02 EDT 2015


https://hg.python.org/cpython/rev/6e16b0045cf1
changeset:   98764:6e16b0045cf1
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Oct 15 23:25:53 2015 -0700
summary:
  Remove old Todo entry that isn't going to happen.

files:
  Modules/_collectionsmodule.c |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c
--- a/Modules/_collectionsmodule.c
+++ b/Modules/_collectionsmodule.c
@@ -156,12 +156,6 @@
     }
 }
 
-/* XXX Todo:
-   If aligned memory allocations become available, make the
-   deque object 64 byte aligned so that all of the fields
-   can be retrieved or updated in a single cache line.
-*/
-
 static PyObject *
 deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
 {

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list