]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
authorVictor Stinner <vstinner@python.org>
Mon, 14 Nov 2022 15:21:40 +0000 (16:21 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 15:21:40 +0000 (16:21 +0100)
commit65dd745f1a343dd80f5e612736f36200631f2840
tree2a81bd2f9067811f2b0386a5a60081072fbbfb7e
parent3e2f7135e6164860b763cf5d0d22b9dc12409767
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in test C files of the Modules/ directory.
Modules/symtablemodule.c
Modules/unicodedata.c
Modules/xxlimited.c
Modules/xxlimited_35.c
Modules/xxmodule.c
Modules/xxsubtype.c
Modules/zlibmodule.c