From 1eca237c2f3d5c150cf9184fa7c9d9b137d1187c Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 15 Oct 2015 23:25:53 -0700 Subject: [PATCH] Remove old Todo entry that isn't going to happen. --- Modules/_collectionsmodule.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 85a07933b56f..1acbf86bf443 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c @@ -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) { -- 2.47.3