◐ Shell
clean mode source ↗

gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context by mjdominus · Pull Request #119222 · python/cpython

@mjdominus

@bedevere-app Bot added the tests

Tests in the Lib/test dir

label

May 20, 2024

@mjdominus mjdominus changed the title Add test coverage for "starred kind" in _PyPegen_set_expr_context gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context

May 20, 2024

@mjdominus mjdominus changed the title gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context # gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context

May 20, 2024

@mjdominus mjdominus changed the title # gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context #gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context

May 20, 2024

@encukou encukou changed the title #gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context

May 20, 2024

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 20, 2024
…expr_context (pythonGH-119222)

Add test coverage for "starred kind" in _PyPegen_set_expr_context
(cherry picked from commit 8231a24)

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 20, 2024
…expr_context (pythonGH-119222)

Add test coverage for "starred kind" in _PyPegen_set_expr_context
(cherry picked from commit 8231a24)

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

encukou pushed a commit that referenced this pull request

Jun 7, 2024
…_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 8231a24)

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

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
…expr_context (pythonGH-119222)

Add test coverage for "starred kind" in _PyPegen_set_expr_context

encukou pushed a commit that referenced this pull request

Sep 16, 2024
…_expr_context (GH-119222) (GH-119264)

Add test coverage for "starred kind" in _PyPegen_set_expr_context
(cherry picked from commit 8231a24)

Co-authored-by: Mark Jason Dominus (陶敏修) <mjd@pobox.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>