commit | 3968e299593f6cec7a79fab41fa43f32da61b9a9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 25 11:26:20 2013 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 25 11:26:20 2013 -0700 |
tree | e2055c9f0c9246f5f6d870c102b329fa35dcaf30 | |
parent | 13dd1f947e350f48a031897075f697d1f65b0bbd [diff] [blame] |
reapply f1dc30a1be72
diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index abd80e0..371631c 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c
@@ -47,8 +47,8 @@ typedef struct BLOCK { struct BLOCK *leftlink; - PyObject *data[BLOCKLEN]; struct BLOCK *rightlink; + PyObject *data[BLOCKLEN]; } block; #define MAXFREEBLOCKS 10