]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c (#99441)
authorVictor Stinner <vstinner@python.org>
Sun, 13 Nov 2022 23:31:21 +0000 (00:31 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Nov 2022 23:31:21 +0000 (00:31 +0100)
commit1455c516fce829f8d46e4f15557afe8653e7e995
treeb401f000f08366401c2adbc9434135a54f375c51
parentf0d12ca0e0e31b678448b6192ebaf9720228d4fa
gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c (#99441)

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