Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2

This commit is contained in:
rocky
2024-07-11 18:53:13 -04:00
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -36,6 +36,8 @@ class Python25Parser(Python26Parser):
with_as ::= expr setupwithas store suite_stmts_opt
POP_BLOCK LOAD_CONST COME_FROM with_cleanup
# The last except of a "try: ... except" can do this...
except_suite ::= c_stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
store ::= STORE_NAME
store ::= STORE_FAST