diff --git a/ASTree.cpp b/ASTree.cpp index ebd8e81..b5b42f7 100644 --- a/ASTree.cpp +++ b/ASTree.cpp @@ -1689,6 +1689,8 @@ PycRef BuildFromCode(PycRef code, PycModule* mod) } // 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) { PycRef prev = blocks.top(); blocks.pop();