Staging
v0.5.1
https://github.com/python/cpython
Revision 00d7abd7ef588fc4ff0571c8579ab4aba8ada1c0 authored by Victor Stinner on 01 December 2020, 08:56:42 UTC, committed by GitHub on 01 December 2020, 08:56:42 UTC
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().
1 parent b2d0c66
History
Tip revision: 00d7abd7ef588fc4ff0571c8579ab4aba8ada1c0 authored by Victor Stinner on 01 December 2020, 08:56:42 UTC
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Tip revision: 00d7abd
File Mode Size
abstract.h -rw-r--r-- 13.9 KB
bytearrayobject.h -rw-r--r-- 769 bytes
bytesobject.h -rw-r--r-- 4.0 KB
ceval.h -rw-r--r-- 1.4 KB
code.h -rw-r--r-- 7.3 KB
dictobject.h -rw-r--r-- 3.6 KB
fileobject.h -rw-r--r-- 723 bytes
fileutils.h -rw-r--r-- 3.9 KB
frameobject.h -rw-r--r-- 3.4 KB
import.h -rw-r--r-- 1.4 KB
initconfig.h -rw-r--r-- 7.3 KB
interpreteridobject.h -rw-r--r-- 387 bytes
listobject.h -rw-r--r-- 1.2 KB
methodobject.h -rw-r--r-- 1.4 KB
object.h -rw-r--r-- 19.0 KB
objimpl.h -rw-r--r-- 3.3 KB
pyerrors.h -rw-r--r-- 4.9 KB
pylifecycle.h -rw-r--r-- 2.0 KB
pymem.h -rw-r--r-- 3.4 KB
pystate.h -rw-r--r-- 11.0 KB
sysmodule.h -rw-r--r-- 506 bytes
traceback.h -rw-r--r-- 404 bytes
tupleobject.h -rw-r--r-- 967 bytes
unicodeobject.h -rw-r--r-- 42.7 KB

back to top