Staging
v0.8.1
https://github.com/python/cpython
Revision 32bd68c839adb7b42af12366ab0892303115d1d1 authored by Victor Stinner on 01 December 2020, 09:37:39 UTC, committed by GitHub on 01 December 2020, 09:37:39 UTC
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()
1 parent 00d7abd
History
Tip revision: 32bd68c839adb7b42af12366ab0892303115d1d1 authored by Victor Stinner on 01 December 2020, 09:37:39 UTC
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Tip revision: 32bd68c
File Mode Size
__init__.py -rw-r--r-- 5.9 KB
_abc.py -rw-r--r-- 1.6 KB
_bootstrap.py -rw-r--r-- 39.5 KB
_bootstrap_external.py -rw-r--r-- 59.4 KB
_common.py -rw-r--r-- 2.9 KB
abc.py -rw-r--r-- 13.1 KB
machinery.py -rw-r--r-- 831 bytes
metadata.py -rw-r--r-- 18.0 KB
readers.py -rw-r--r-- 1.2 KB
resources.py -rw-r--r-- 5.6 KB
util.py -rw-r--r-- 11.0 KB

back to top