]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41204: Fix compiler warning in ast_type_init() (GH-21307)
authorVictor Stinner <vstinner@python.org>
Sat, 4 Jul 2020 21:18:15 +0000 (23:18 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2020 21:18:15 +0000 (23:18 +0200)
commit1f76453173267887ed05bb3783e862cb22365ae8
tree3bca4508f8900c2af761133e89da41b40c27926e
parentb40e434386cd94a367d4a256e3364771140160e7
bpo-41204: Fix compiler warning in ast_type_init() (GH-21307)
Parser/asdl_c.py
Python/Python-ast.c