1
0
forked from VimPlug/jedi

fixed some evil bugs in the import mechanism and even worse: In helpers.fast_parent_copy.

This commit is contained in:
David Halter
2012-10-22 17:22:44 +02:00
parent 99739754ef
commit 197c2f642b
7 changed files with 26 additions and 19 deletions

View File

@@ -687,8 +687,7 @@ class Statement(Simple):
if self._assignment_calls_calculated:
return self._assignment_calls
self._assignment_details = []
result = Array(self.start_pos, Array.NOARRAY, self)
top = result
top = result = Array(self.start_pos, Array.NOARRAY, self)
level = 0
is_chain = False
close_brackets = False