Add comment
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user