Staging
v0.8.1
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
File Mode Size
_msi.c.h -rw-r--r-- 18.6 KB
_testconsole.c.h -rw-r--r-- 2.8 KB
msvcrtmodule.c.h -rw-r--r-- 16.9 KB
winreg.c.h -rw-r--r-- 41.9 KB
winsound.c.h -rw-r--r-- 3.9 KB

back to top