JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

Completion hangs with Python 3.4.3 #77

Open timtroendle opened 9 years ago

timtroendle commented 9 years ago

When I recently upgraded to Python 3.4.3 SublimePythonIDE stopped working properly and always hangs while typing. This issue does not exist with Python 3.4.2, I can reproduce that.

I'm on a Windows machine and I installed Python through conda.

The console shows recurring server starts roughly every 1-2 seconds with Python 3.4.3 as soon as I start typing:

 started server on port 52372 with C:\Miniconda3\envs\default\python.exe
 started server on port 52374 with C:\Miniconda3\envs\default\python.exe
 started server on port 52376 with C:\Miniconda3\envs\default\python.exe
 ...

Any idea what's happening here?