From: Benjamin Peterson Date: Tue, 25 Jun 2013 18:35:44 +0000 (-0700) Subject: reapply f1dc30a1be72 X-Git-Tag: v2.7.6rc1~328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73d6aca5d2b0e08749eea1b9684d22c53b04e292;p=thirdparty%2FPython%2Fcpython.git reapply f1dc30a1be72 --- diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 8a43d9a028a2..f175fcaa0ea1 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