mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 05:22:19 +08:00
fixed edge cases of dynamic array completion, which led to StopIteration
This commit is contained in:
@@ -383,6 +383,8 @@ first(1.0)[0]
|
||||
|
||||
def third():
|
||||
b = []
|
||||
b.extend
|
||||
extend()
|
||||
b.extend(first())
|
||||
return list(b)
|
||||
#?
|
||||
|
||||
Reference in New Issue
Block a user