]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Nov 2022 15:27:53 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2022 15:27:53 +0000 (16:27 +0100)
commit6dedf42527fddbed8ef61ef8d3f025bf3a373359
tree5c6c7d7b54b626fe4372c546b51dbae17a3fd82a
parentc0feb99187f449f844621b378273776d70a50f57
gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)

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