commit | c0feb99187f449f844621b378273776d70a50f57 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 10 16:27:32 2022 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 10 16:27:32 2022 +0100 |
tree | 23251e00cd73fab30b9ae2df063ce8bc6edef3e9 | |
parent | 4ce2a202c7b573edaa0ee4a2315d5578f66737c5 [diff] |
gh-99300: Use Py_NewRef() in Objects/ directory (#99332) Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in C files of the Objects/ directory.