]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2024 16:11:20 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 16:11:20 +0000 (16:11 +0000)
commit18359f202de00d7fabf27605528c77a619b7b13d
tree09dc840ffb86ae23e07b5f3bd99381e6c086eb56
parent8368b67d1b5db48807010936d9550e762fc8630d
[3.13] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context (GH-119222) (GH-119263)

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
(cherry picked from commit 8231a24454c854ea22590fd74733d29e4274122d)

Co-authored-by: Mark Jason Dominus (陶敏修) <mjd@pobox.com>
Lib/test/test_unpack_ex.py