Python: Fix exception issue

Co-authored-by: yoff <yoff@github.com>
This commit is contained in:
Taus
2026-04-21 16:00:46 +00:00
committed by yoff
parent f85b532bb3
commit 04b8c4bc7e

View File

@@ -760,6 +760,8 @@ module AstSigImpl implements AstSig<Py::Location> {
index = 0 and result = t.getBody()
or
result = t.getHandler(index - 1) and index >= 1
or
index = -1 and result = t.getFinalbody()
)
or
// MatchStmt: subject (0), cases (1..n)