]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 3 Apr 2020 19:37:13 +0000 (20:37 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 19:37:13 +0000 (20:37 +0100)
commit254ec783411d9d16e51f1116f98918be2ef0e884
treee0520ead772c7d702bec0a4423ab538a4026e893
parentbd6a4c3d72828d3d0e13922e165998539d24f8bc
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
Lib/test/test_metaclass.py
Lib/test/test_syntax.py
Python/ast.c
Python/compile.c