commit | 18ce7f1d0a3d65f34f25c5964da588743a1bfe3c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Nov 04 16:37:07 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 04 16:37:07 2020 +0100 |
tree | 3ac5d34560a9af7ad1ab27abfc54174ca7bda82a | |
parent | 988f1ec8d2643a0d00851903abcdae90d57ac0e6 [diff] |
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) Replace PyModule_AddObject() with PyModule_AddObjectRef() in the _ast module (Python-ast.c).