mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #10333: Remove ancient GC API, which has been deprecated since
Python 2.2.
This commit is contained in:
parent
cae969e70a
commit
23683ef26d
4 changed files with 7 additions and 21 deletions
|
@ -1511,11 +1511,3 @@ PyObject_GC_Del(void *op)
|
|||
}
|
||||
PyObject_FREE(g);
|
||||
}
|
||||
|
||||
/* for binary compatibility with 2.2 */
|
||||
#undef _PyObject_GC_Del
|
||||
void
|
||||
_PyObject_GC_Del(PyObject *op)
|
||||
{
|
||||
PyObject_GC_Del(op);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue