You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small semantic action acceptance change
This commit is contained in:
@@ -128,7 +128,7 @@ def customize_for_version38(self, version):
|
|||||||
"whilestmt38": (
|
"whilestmt38": (
|
||||||
"%|while %c:\n%+%c%-\n\n",
|
"%|while %c:\n%+%c%-\n\n",
|
||||||
(1, ("bool_op", "testexpr", "testexprc")),
|
(1, ("bool_op", "testexpr", "testexprc")),
|
||||||
(2, ("l_stmts", "pass")),
|
(2, ("l_stmts", "l_stmts_opt", "pass")),
|
||||||
),
|
),
|
||||||
"whileTruestmt38": (
|
"whileTruestmt38": (
|
||||||
"%|while True:\n%+%c%-\n\n",
|
"%|while True:\n%+%c%-\n\n",
|
||||||
|
Reference in New Issue
Block a user