mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Revert improvement to list.append() checked in before it was ready.
This commit is contained in:
parent
06353f76be
commit
204b000610
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ extern "C" {
|
|||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
PyObject **ob_item;
|
||||
int allocated;
|
||||
} PyListObject;
|
||||
|
||||
PyAPI_DATA(PyTypeObject) PyList_Type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue