Add comment

This commit is contained in:
Sahil Jain
2025-06-30 21:29:53 +05:30
parent a93fd14672
commit 040732920b

View File

@@ -1689,6 +1689,8 @@ PycRef<ASTNode> BuildFromCode(PycRef<PycCode> code, PycModule* mod)
} }
// end for loop here // end for loop here
// TODO : Ensure that FOR loop ends here.
// Due to CACHE instructions at play, this can change.
if (curblock->blktype() == ASTBlock::BLK_FOR) { if (curblock->blktype() == ASTBlock::BLK_FOR) {
PycRef<ASTBlock> prev = blocks.top(); PycRef<ASTBlock> prev = blocks.top();
blocks.pop(); blocks.pop();