commit | 73d6aca5d2b0e08749eea1b9684d22c53b04e292 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 25 11:35:44 2013 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 25 11:35:44 2013 -0700 |
tree | 8d49f44b0bf9ab713160b4d6050fad3dfbc8eeec | |
parent | 227f0faed2138cebd43cf1973d8bb72ad70fca5a [diff] [blame] |
reapply f1dc30a1be72
diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 8a43d9a..f175fca 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c
@@ -48,8 +48,8 @@ typedef struct BLOCK { struct BLOCK *leftlink; - struct BLOCK *rightlink; PyObject *data[BLOCKLEN]; + struct BLOCK *rightlink; } block; #define MAXFREEBLOCKS 10