]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context (GH-119222)
authorMark Jason Dominus (陶敏修) <mjd@pobox.com>
Mon, 20 May 2024 20:29:17 +0000 (16:29 -0400)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 20:29:17 +0000 (20:29 +0000)
commit8231a24454c854ea22590fd74733d29e4274122d
tree86480801ff7f64ceecf5b54ca49a437750c5635b
parent7e57640c7ec6b7b5ce9b5eac465f6b771fd6ae69
gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context (GH-119222)

Add test coverage for "starred kind" in _PyPegen_set_expr_context
Lib/test/test_unpack_ex.py