Commit 204b0006 authored by Raymond Hettinger's avatar Raymond Hettinger

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

parent 06353f76
......@@ -22,7 +22,6 @@ extern "C" {
typedef struct {
PyObject_VAR_HEAD
PyObject **ob_item;
int allocated;
} PyListObject;
PyAPI_DATA(PyTypeObject) PyList_Type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment