commit | dbf8613a2ef189592d55054c3939430f5a5977ae | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 10 22:09:18 2022 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 10 22:09:18 2022 +0100 |
tree | 7cbf0170c5492002eee7d0ad2b22b453b655f1a3 | |
parent | 694cdb24a6309ed80ffc54234a66a069a3231d78 [diff] |
gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336) Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in Objects/listobject.c.