SIGN IN SIGN UP

bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)

No longer use deprecated aliases to functions:

* Replace PyObject_MALLOC() with PyObject_Malloc()
* Replace PyObject_REALLOC() with PyObject_Realloc()
* Replace PyObject_FREE() with PyObject_Free()
* Replace PyObject_Del() with PyObject_Free()
* Replace PyObject_DEL() with PyObject_Free()
V
Victor Stinner committed
32bd68c839adb7b42af12366ab0892303115d1d1
Parent: 00d7abd
Committed by GitHub <noreply@github.com> on 12/1/2020, 9:37:39 AM