1
0
forked from VimPlug/jedi

removed faked_scopes, was only necessary because of weakrefs.

This commit is contained in:
David Halter
2012-12-12 21:31:41 +01:00
parent e8ddc35a1b
commit 9b45ddcb7c
4 changed files with 1 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
import copy
import contextlib
import cache
import parsing
import evaluate
import debug
@@ -196,7 +195,6 @@ def generate_param_array(args_tuple, parent_stmt=None):
values.append([arg])
pos = None
arr = parsing.Array(pos, parsing.Array.TUPLE, parent_stmt, values=values)
cache.faked_scopes.append(arr)
return arr