1
0
forked from VimPlug/jedi

context -> value

This commit is contained in:
Dave Halter
2019-08-15 01:23:06 +02:00
parent 9e23f4d67b
commit ad4f546aca
68 changed files with 1931 additions and 1931 deletions

View File

@@ -115,7 +115,7 @@ class ExecutionRecursionDetector(object):
self._recursion_level += 1
self._parent_execution_funcs.append(funcdef)
module = execution.get_root_context()
module = execution.get_root_value()
if module == self._infer_state.builtins_module:
# We have control over builtins so we know they are not recursing