]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in PC/ directory (#99479)
authorVictor Stinner <vstinner@python.org>
Mon, 14 Nov 2022 17:49:51 +0000 (18:49 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 17:49:51 +0000 (18:49 +0100)
commitf5e326e2b6b3f008ed71ccf9e6c3e18a6618ea45
treee042a78eb85ccab220acb1074fcb58d0da6e1037
parent1089bdc81aecf6adaf636547d4cf3949ec5d8d2c
gh-99300: Use Py_NewRef() in PC/ directory (#99479)

Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in test C files of the PC/ directory.
PC/_msi.c
PC/winreg.c