summaryrefslogtreecommitdiff
path: root/Python/graminit.c
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-02-02 03:10:16 +0530
committerEmily Morehouse <emilyemorehouse@gmail.com>2019-02-01 14:40:16 -0700
commitd4fceaafb8e3f8700d9ec6ab37a51e903392f74f (patch)
treefb3681a954e8d42a3a3161ad38eebcb4eeaf9884 /Python/graminit.c
parent85d83ec7c99727476c79feb5c34c65264a99144e (diff)
downloadcpython-git-d4fceaafb8e3f8700d9ec6ab37a51e903392f74f.tar.gz
bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724)
* Add parenthesis optional in named expressions for while statement * Add NEWS entry
Diffstat (limited to 'Python/graminit.c')
-rw-r--r--Python/graminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/graminit.c b/Python/graminit.c
index 6e0f19891b..5cdde2789c 100644
--- a/Python/graminit.c
+++ b/Python/graminit.c
@@ -971,7 +971,7 @@ static arc arcs_42_0[1] = {
{103, 1},
};
static arc arcs_42_1[1] = {
- {26, 2},
+ {99, 2},
};
static arc arcs_42_2[1] = {
{27, 3},