diff --git a/ASTree.cpp b/ASTree.cpp index 952cbe4..9ac5ac7 100644 --- a/ASTree.cpp +++ b/ASTree.cpp @@ -2649,6 +2649,9 @@ PycRef BuildFromCode(PycRef code, PycModule* mod) as no-ops. */ break; case Pyc::PUSH_NULL: + // BEGIN ONESHOT TEMPORARY PATCH + case Pyc::BEGIN_FINALLY: + // END ONESHOT PATCH stack.push(nullptr); break; case Pyc::GEN_START_A: