Staging
v0.5.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
test
__init__.py -rw-r--r-- 3.7 KB
__main__.py -rw-r--r-- 472 bytes
_log.py -rw-r--r-- 2.7 KB
async_case.py -rw-r--r-- 5.7 KB
case.py -rw-r--r-- 55.8 KB
loader.py -rw-r--r-- 22.2 KB
main.py -rw-r--r-- 11.0 KB
mock.py -rw-r--r-- 96.8 KB
result.py -rw-r--r-- 7.3 KB
runner.py -rw-r--r-- 7.6 KB
signals.py -rw-r--r-- 2.3 KB
suite.py -rw-r--r-- 12.5 KB
util.py -rw-r--r-- 5.1 KB

back to top