]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Sep 2024 08:43:31 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 08:43:31 +0000 (10:43 +0200)
commit3f5d18d351b7a6adea48f66f0d1248b5de3d150c
treef9685f74277bb2cff93c22eda632c35346b9c47b
parentffde4cddc9c79eb21267186c82415e1bd438cd90
[3.12] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context (GH-119222) (GH-119264)

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>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/test/test_unpack_ex.py