]> granicus.if.org Git - python/commit
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 5 Aug 2015 21:54:10 +0000 (17:54 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 5 Aug 2015 21:54:10 +0000 (17:54 -0400)
commit14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f
treecdeed9e5dc49aaa22c8596304a1284d4135c9036
parentcedef652fa94f28e9d37eefd8ce6a2f0401f5f45
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Grammar/Grammar
Lib/test/test_grammar.py
Misc/NEWS
Modules/parsermodule.c
Python/ast.c
Python/graminit.c