]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update PyObject_Del() documentation (#122597)
authorVictor Stinner <vstinner@python.org>
Fri, 2 Aug 2024 10:13:33 +0000 (12:13 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 10:13:33 +0000 (12:13 +0200)
commitaddbb73927f55855dfcc62fd47b0018de8a814ed
tree0209ce6e318babdad71c56d11efcc468c02ca147
parent03b88522f5e847773845b0fac90fd06d04937a65
Update PyObject_Del() documentation (#122597)

Replace PyMem_Del() with PyMem_Free().
Doc/c-api/allocation.rst
Doc/c-api/memory.rst
Modules/_sre/sre.c
Modules/_testcapi/heaptype.c