]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in Modules/itertoolsmodule.c (#99439)
authorVictor Stinner <vstinner@python.org>
Sun, 13 Nov 2022 15:04:22 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Nov 2022 15:04:22 +0000 (16:04 +0100)
commit0bedc28d146a282b54d8f285f3ac92e06d249cb5
tree64f4bf16d5f7cc9c53a8367d00fc58df55fea5c1
parentabd004e355c26a87a8992ef08368bd6d19589caa
gh-99300: Use Py_NewRef() in Modules/itertoolsmodule.c (#99439)

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