commit | f13f466474ed53529acd3f209070431fbae14323 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Nov 15 10:29:56 2022 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 15 10:29:56 2022 +0100 |
tree | 37b0aa7f90435ec2c910d5def19fc4311082894d | |
parent | ee821dcd3961efc47262322848267fe398faa4e4 [diff] |
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499) Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in Python/Python-ast.c. Update Parser/asdl_c.py to regenerate code.