]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in Modules/_elementtree.c (#99438)
authorVictor Stinner <vstinner@python.org>
Sun, 13 Nov 2022 15:04:11 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Nov 2022 15:04:11 +0000 (16:04 +0100)
commitabd004e355c26a87a8992ef08368bd6d19589caa
tree255a2b43c006dda4bb234e9b8a2043de8abd7226
parent6788303f5c57273c054d2b9e94e478051d7c8f8d
gh-99300: Use Py_NewRef() in Modules/_elementtree.c (#99438)

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in Modules/_elementtree.c.
Modules/_elementtree.c