]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
annotations: Add tests to check that async comprehensions produce errors (#132513)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 21 Apr 2025 14:06:33 +0000 (07:06 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 14:06:33 +0000 (07:06 -0700)
commit70b322d3138311df53bc9fc57f174c8e9bdc2ab5
tree5a4fe7f04576574209625022bff06fa82dce77bf
parent132b6bc98f47a4d897dead8635b5a50a0baee485
annotations: Add tests to check that async comprehensions produce errors (#132513)

This already works correctly but I forgot to test for it.
Lib/test/test_type_annotations.py