From 8565f6b6db0fa9f65449b532a5056a98bad3dc37 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Mon, 3 Jun 2019 08:34:20 +0100 Subject: bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) --- Python/graminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/graminit.c') diff --git a/Python/graminit.c b/Python/graminit.c index 0587b1c0fc..7c40ce933c 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -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] = { -- cgit v1.2.1