]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Nov 2020 15:37:07 +0000 (16:37 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 15:37:07 +0000 (16:37 +0100)
commit18ce7f1d0a3d65f34f25c5964da588743a1bfe3c
tree3ac5d34560a9af7ad1ab27abfc54174ca7bda82a
parent988f1ec8d2643a0d00851903abcdae90d57ac0e6
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)

Replace PyModule_AddObject() with PyModule_AddObjectRef() in the _ast
module (Python-ast.c).
Parser/asdl_c.py
Python/Python-ast.c