mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)
This commit is contained in:
parent
1d5479b236
commit
c97d3af239
4 changed files with 3217 additions and 3014 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Added handle of incorrect star expressions, e.g ``f(3, *)``. Patch by
|
||||
Grigoryev Semyon
|
||||
Loading…
Add table
Add a link
Reference in a new issue