Skip to content

Commit c2edfb7

Browse files
author
ownit
committed
close test code
1 parent f04f20f commit c2edfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExprAST.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PyObjPtr& VariableExprAST::eval(PyContext& context) {
3131
}
3232
PyObjPtr& ret = context.curstack->getVar(context, context.curstack, this);
3333
if (ret){
34-
cache = &ret;
34+
//cache = &ret;
3535
}
3636
if (!ret){
3737
PyObjPtr ret2 = context.getBuiltin(this->name);

0 commit comments

Comments
 (0)