diff --git a/ASTree.cpp b/ASTree.cpp index 8963f07..f0ba9f3 100644 --- a/ASTree.cpp +++ b/ASTree.cpp @@ -1969,7 +1969,9 @@ PycRef BuildFromCode(PycRef code, PycModule* mod) curblock = blocks.top(); curblock->append(prev.cast()); - bc_next(source, mod, opcode, operand, pos); + // BEGIN ONESHOT TEMPORARY PATCH + // bc_next(source, mod, opcode, operand, pos); + // END ONESHOT PATCH } } break;