]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert improvement to list.append() checked in before it was ready.
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 11:08:52 +0000 (11:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 11:08:52 +0000 (11:08 +0000)
Include/listobject.h

index 6221b80d1f9262d7033aaec0740b4379c89cbc80..14ed72ef87532a91ca43a9735350bc109094b60b 100644 (file)
@@ -22,7 +22,6 @@ extern "C" {
 typedef struct {
     PyObject_VAR_HEAD
     PyObject **ob_item;
-    int allocated;
 } PyListObject;
 
 PyAPI_DATA(PyTypeObject) PyList_Type;