srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Jedi crashes Sublime on the following line #146

Closed hyperknot closed 7 years ago

hyperknot commented 10 years ago

I'm trying to type the following line, and it keeps crashing Sublime:

datetime.timedelta(microseconds=5)

start typing in timedelta, something like "microseconds" it'll go till "mic" and then it crashes. No matter what the string is inside, it keeps crashing.

Bystroushaak commented 9 years ago

I couldn't replicate the bug with Sublime 3065 / SublimeJEDI v0.7.0.

hyperknot commented 9 years ago

I can replicate it in Sublime Text 2.0.2, Build 2221, SublimeJEDI 0.7.0, Mac OS X 10.9.

Try typing the following:

import datetime

datetime.timedelta(mi) 

when you type the i, sublime crashes