]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
authorErlend E. Aasland <erlend@python.org>
Fri, 26 Jan 2024 10:11:35 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2024 10:11:35 +0000 (10:11 +0000)
commitdcd28b5c35dda8e2cb7c5f66450f2aff0948c001
tree901906c90bedd8d602dcdfd114230b2dd903301c
parentd0f7f5c41d71758c59f9372a192e927d73cf7c27
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)

Fix usage in Modules, Objects, and Parser subdirectories.
Modules/_elementtree.c
Modules/_sre/sre_lib.h
Modules/mathmodule.c
Modules/pyexpat.c
Objects/bytearrayobject.c
Objects/typeobject.c
Parser/lexer/lexer.c