]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys...
authorJack DeVries <58614260+jdevries3133@users.noreply.github.com>
Thu, 15 Jul 2021 00:38:42 +0000 (20:38 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 00:38:42 +0000 (17:38 -0700)
commit2693132292b2acf381ac6fa729bf3acf41d9d72b
tree11df8c03e7fdb335d61eddc75982f6c6f57ce51b
parent3b8075f9076490508567f0fb3dc689861544d1a8
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131)
Doc/reference/compound_stmts.rst
Lib/test/test_patma.py
Misc/NEWS.d/next/Core and Builtins/2021-07-13-23-19-41.bpo-44589.59OH8T.rst [new file with mode: 0644]
Python/compile.c