commit | 3817607b8a345851e4fa436747a346890ced33f1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Nov 14 13:08:15 2022 +0100 |
committer | GitHub <noreply@github.com> | Mon Nov 14 13:08:15 2022 +0100 |
tree | be135083ae53cef88b2187a5470cff46c68110ef | |
parent | db115682bd639a2642c617f0b7d5b30cd7d7f472 [diff] |
gh-99300: Use Py_NewRef() in Modules/ directory (#99466) Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in test C files of the Modules/ directory.