]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Nov 2022 21:09:18 +0000 (22:09 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2022 21:09:18 +0000 (22:09 +0100)
commitdbf8613a2ef189592d55054c3939430f5a5977ae
tree7cbf0170c5492002eee7d0ad2b22b453b655f1a3
parent694cdb24a6309ed80ffc54234a66a069a3231d78
gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336)

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in Objects/listobject.c.
Objects/listobject.c