srusskih / SublimeJEDI

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

Attempt to define __repr__ or __str__ methods causes segfault #179

Closed ghost closed 9 years ago

ghost commented 9 years ago

Definig __repr__ or __str__ method causes segfault:

srusskih commented 9 years ago

Need more info

ghost commented 9 years ago

uname -srvmo: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux

srusskih commented 9 years ago

what sublime text version ? what version plugin (from master or tag) ?

ghost commented 9 years ago

Sublime Text: Version 2.0.2, Build 2221 SublimeJEDI: v0.8.1

srusskih commented 9 years ago

thx. will test it

srusskih commented 9 years ago

fixed