summaryrefslogtreecommitdiff
path: root/Python/graminit.c
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-05 17:54:10 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-08-05 17:54:10 -0400
commit14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f (patch)
treecdeed9e5dc49aaa22c8596304a1284d4135c9036 /Python/graminit.c
parentcedef652fa94f28e9d37eefd8ce6a2f0401f5f45 (diff)
downloadcpython-git-14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f.tar.gz
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
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 14ac24f633..8212b2a584 100644
--- a/Python/graminit.c
+++ b/Python/graminit.c
@@ -1744,7 +1744,7 @@ static state states_77[3] = {
static arc arcs_78_0[3] = {
{26, 1},
{34, 2},
- {50, 3},
+ {33, 2},
};
static arc arcs_78_1[3] = {
{164, 3},