mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760)
This commit is contained in:
parent
d9677f36fe
commit
8565f6b6db
5 changed files with 9 additions and 3 deletions
|
@ -742,7 +742,7 @@ static const arc arcs_17_2[2] = {
|
|||
{0, 2},
|
||||
};
|
||||
static const arc arcs_17_3[2] = {
|
||||
{47, 4},
|
||||
{81, 4},
|
||||
{84, 4},
|
||||
};
|
||||
static const arc arcs_17_4[1] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue