commit | 478b08ee5a7b68348d6d287f667d1369baa34e92 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jun 23 11:38:11 2013 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jun 23 11:38:11 2013 -0700 |
tree | 3c9ef00a9cf36ea7aaf54dc32be70fc62ef9eede | |
parent | ba908c72a0ae7fe08d308f9e5b751753ecf8b6eb [diff] [blame] |
also backout f1dc30a1be72 for not being a bugfix
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