]> granicus.if.org Git - python/commitdiff
Remove old Todo entry that isn't going to happen.
authorRaymond Hettinger <python@rcn.com>
Fri, 16 Oct 2015 06:25:53 +0000 (23:25 -0700)
committerRaymond Hettinger <python@rcn.com>
Fri, 16 Oct 2015 06:25:53 +0000 (23:25 -0700)
Modules/_collectionsmodule.c

index 85a07933b56ff95a8f5c37807af7bd90fbb6dea2..1acbf86bf443a5111562ec539190980f8af8a40c 100644 (file)
@@ -156,12 +156,6 @@ freeblock(block *b)
     }
 }
 
-/* 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)
 {