Update Python.asdl from CPython 3.11.1

This commit is contained in:
Charlie Marsh 2023-02-21 12:00:33 +09:00 committed by Jeong YunWon
parent 4bdc2d47c1
commit 8caa28f0f8
2 changed files with 18 additions and 0 deletions

View file

@ -40,6 +40,7 @@ module Python
| Raise(expr? exc, expr? cause)
| Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)
| TryStar(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)
| Assert(expr test, expr? msg)
| Import(alias* names)