Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1eca237

Browse files
committed
Remove old Todo entry that isn't going to happen.
1 parent a4b13d0 commit 1eca237

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Modules/_collectionsmodule.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,6 @@ freeblock(block *b)
156156
}
157157
}
158158

159-
/* XXX Todo:
160-
If aligned memory allocations become available, make the
161-
deque object 64 byte aligned so that all of the fields
162-
can be retrieved or updated in a single cache line.
163-
*/
164-
165159
static PyObject *
166160
deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
167161
{

0 commit comments

Comments
 (0)