mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove _PyObject_Del
This commit is contained in:
parent
666bb419cb
commit
30d1c51ac9
8 changed files with 7 additions and 17 deletions
|
@ -131,9 +131,6 @@ PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
|
|||
#define PyObject_Del PyObject_Free
|
||||
#define PyObject_DEL PyObject_FREE
|
||||
|
||||
/* for source compatibility with 2.2 */
|
||||
#define _PyObject_Del PyObject_Free
|
||||
|
||||
/*
|
||||
* Generic object allocator interface
|
||||
* ==================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue