SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 10 Python

bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)

No longer use deprecated aliases to functions:

* Replace PyMem_MALLOC() with PyMem_Malloc()
* Replace PyMem_REALLOC() with PyMem_Realloc()
* Replace PyMem_FREE() with PyMem_Free()
* Replace PyMem_Del() with PyMem_Free()
* Replace PyMem_DEL() with PyMem_Free()

Modify also the PyMem_DEL() macro to use directly PyMem_Free().
V
Victor Stinner committed
00d7abd7ef588fc4ff0571c8579ab4aba8ada1c0
Parent: b2d0c66
Committed by GitHub <noreply@github.com> on 12/1/2020, 8:56:42 AM