mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
PyObject_Del can now be used as a function designator.
This commit is contained in:
parent
6189b89cc5
commit
aa769ae468
6 changed files with 7 additions and 7 deletions
|
@ -1719,7 +1719,7 @@ statichere PyTypeObject Arraytype = {
|
|||
0, /* tp_init */
|
||||
PyType_GenericAlloc, /* tp_alloc */
|
||||
array_new, /* tp_new */
|
||||
_PyObject_Del, /* tp_free */
|
||||
PyObject_Del, /* tp_free */
|
||||
};
|
||||
|
||||
/* No functions in array module. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue