]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Nov 2022 10:25:33 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2022 10:25:33 +0000 (11:25 +0100)
commit2e343fc465ed0206340cf139ba485f9004bbdd41
treef769321f28d5b125b64694cbe24b2e7583833f13
parent231d83b72435d61e929d6d62f2be7305e7b5b62b
gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in Python/ceval.c and related files.
Python/bytecodes.c
Python/ceval.c
Python/generated_cases.c.h