]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41194: Convert _ast extension to PEP 489 (GH-21293)
authorVictor Stinner <vstinner@python.org>
Fri, 3 Jul 2020 18:01:46 +0000 (20:01 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 18:01:46 +0000 (20:01 +0200)
commitb1cc6ba73a51d5cc3aeb113b5e7378fb50a0e20a
tree0fb8e1feeb23135c6cb50ccb71866c6fdc6d16c0
parentc0b214bc08f0da89e5b2e4b8cc9f07783833d6b8
bpo-41194: Convert _ast extension to PEP 489 (GH-21293)

Convert the _ast extension module to PEP 489 "Multiphase
initialization". Replace the global _ast state with a module state.
Parser/asdl_c.py
Python/Python-ast.c