]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105164: Detect annotations inside match blocks (#105177)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 5 Jun 2023 13:07:17 +0000 (06:07 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 13:07:17 +0000 (06:07 -0700)
commit69d1245685cf95ddc678633e978a56673da64865
tree2d3851bcde83d59a0b47f560380f62080eb8d9ad
parent06893403668961fdbd5d9ece18162eb3470fc8dd
gh-105164: Detect annotations inside match blocks (#105177)
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core and Builtins/2023-05-31-19-35-22.gh-issue-105164.6Wajph.rst [new file with mode: 0644]
Python/compile.c