1
0
forked from VimPlug/jedi

Fix the first issue in #1010

Somehow it was still possible with lists to recurse.
This commit is contained in:
Dave Halter
2018-03-18 17:09:44 +01:00
parent 1672613d04
commit 6042706922
4 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class Context(BaseContext):
return self.execute(arguments)
def iterate(self, contextualized_node=None, is_async=False):
debug.dbg('iterate')
debug.dbg('iterate %s', self)
try:
if is_async:
iter_method = self.py__aiter__