]> granicus.if.org Git - python/commit
bpo-38113: Update Python/ast.c to PEP-384 (GH-15975)
authorDino Viehland <dinoviehland@fb.com>
Wed, 11 Sep 2019 15:47:17 +0000 (08:47 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 15:47:16 +0000 (08:47 -0700)
commit5b172c27f760dc5437e37dd8f1540eb76440e9a7
tree0a039802da9f22046612cbc8af2711e5a071f177
parent0cc27417f2cd399c432d7dda9aeca1d81af76936
bpo-38113: Update Python/ast.c to PEP-384 (GH-15975)

Removes statics for better subinterpreter support and moves to _PyType_Name

https://bugs.python.org/issue38113

Automerge-Triggered-By: @tiran
Python/ast.c