]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Fix function signatures in Python-ast.c (#124942)
authorVictor Stinner <vstinner@python.org>
Fri, 4 Oct 2024 09:59:08 +0000 (11:59 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2024 09:59:08 +0000 (11:59 +0200)
commit6c7d5c6415fc22d35c7b8410533eb1831d46ba72
tree08365be2b3861ec556d06d59642fe6c3bfaa79d8
parentf66d785861d3a210f1b6b14ebd129728b24f95bf
gh-111178: Fix function signatures in Python-ast.c (#124942)
Parser/asdl_c.py
Python/Python-ast.c