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