Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2023-04-08 21:49:22 -04:00

View File

@@ -81,6 +81,16 @@ IFELSE_STMT_RULES = frozenset(
"come_froms",
),
),
(
'ifelsestmtc',
(
'testexpr',
'c_stmts_opt',
'JUMP_FORWARD',
'else_suite',
'come_froms'
),
),
(
"ifelsestmt",
(