PY-21458 Fixed: Live template hangs PyCharm in some case

Don't analyze implicit imports while searching iterable variable for live template
This commit is contained in:
Semyon Proshev
2016-11-25 19:06:51 +03:00
parent b7fa4c5269
commit 54a5e386f4
5 changed files with 75 additions and 10 deletions
@@ -0,0 +1,3 @@
from m import *
comps<caret>
@@ -0,0 +1,3 @@
from m import *
{ for in }