mirror of https://github.com/python/cpython
Revert improvement to list.append() checked in before it was ready.
This commit is contained in:
parent
06353f76be
commit
204b000610
|
@ -22,7 +22,6 @@ extern "C" {
|
|||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
PyObject **ob_item;
|
||||
int allocated;
|
||||
} PyListObject;
|
||||
|
||||
PyAPI_DATA(PyTypeObject) PyList_Type;
|
||||
|
|
Loading…
Reference in New Issue