commit | 988f1ec8d2643a0d00851903abcdae90d57ac0e6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Nov 04 16:33:55 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 04 16:33:55 2020 +0100 |
tree | a1cd6775adef2af21bcdfd29d140af1c80ff38fc | |
parent | cfb41e80c1ac5940ec6f2246c9ab4a3d16ef757e [diff] |
bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) Replace PyModule_AddObject() with PyModule_AddType() in the _contextvars module (Python-ast.c). Add also the module name to _contextvars types name.