Publicize the _evaluator in contexts.

This commit is contained in:
Dave Halter
2016-11-03 09:54:47 +01:00
parent 63b6fa1416
commit 82667b85b9
9 changed files with 99 additions and 101 deletions

View File

@@ -92,7 +92,7 @@ class _RecursionNode(object):
def execution_recursion_decorator(func):
def run(execution, **kwargs):
detector = execution._evaluator.execution_recursion_detector
detector = execution.evaluator.execution_recursion_detector
if detector.push_execution(execution):
result = set()
else: