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
clinic
README -rw-r--r-- 2.6 KB
_codecs_cn.c -rw-r--r-- 11.0 KB
_codecs_hk.c -rw-r--r-- 5.0 KB
_codecs_iso2022.c -rw-r--r-- 33.0 KB
_codecs_jp.c -rw-r--r-- 19.9 KB
_codecs_kr.c -rw-r--r-- 12.7 KB
_codecs_tw.c -rw-r--r-- 2.3 KB
alg_jisx0201.h -rw-r--r-- 3.1 KB
cjkcodecs.h -rw-r--r-- 14.1 KB
emu_jisx0213_2000.h -rw-r--r-- 2.7 KB
mappings_cn.h -rw-r--r-- 312.4 KB
mappings_hk.h -rw-r--r-- 179.4 KB
mappings_jisx0213_pair.h -rw-r--r-- 3.8 KB
mappings_jp.h -rw-r--r-- 357.0 KB
mappings_kr.h -rw-r--r-- 247.9 KB
mappings_tw.h -rw-r--r-- 198.8 KB
multibytecodec.c -rw-r--r-- 63.1 KB
multibytecodec.h -rw-r--r-- 4.5 KB

README

back to top