Merge branch 'upstream-pycdc'

This commit is contained in:
2025-07-15 00:01:41 +08:00
4 changed files with 16 additions and 2 deletions

View File

@@ -2091,8 +2091,6 @@ PycRef<ASTNode> BuildFromCode(PycRef<PycCode> code, PycModule* mod)
blocks.pop();
curblock = blocks.top();
curblock->append(prev.cast<ASTNode>());
bc_next(source, mod, opcode, operand, pos);
}
}
break;