Revert improvement to list.append() checked in before it was ready.

This commit is contained in:
Raymond Hettinger 2004-02-08 11:08:52 +00:00
parent 06353f76be
commit 204b000610
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ extern "C" {
typedef struct { typedef struct {
PyObject_VAR_HEAD PyObject_VAR_HEAD
PyObject **ob_item; PyObject **ob_item;
int allocated;
} PyListObject; } PyListObject;
PyAPI_DATA(PyTypeObject) PyList_Type; PyAPI_DATA(PyTypeObject) PyList_Type;