Enable better ways for analysis to analyze loop variables.

This commit is contained in:
Dave Halter
2015-12-11 20:25:49 +01:00
parent 8d3be10270
commit 75ac2b9686
6 changed files with 65 additions and 58 deletions
-1
View File
@@ -251,7 +251,6 @@ class NameFinder(object):
def _names_to_types(self, names, search_global):
types = set()
debug.warning('start nt %s', names)
# Add isinstance and other if/assert knowledge.
if isinstance(self.name_str, tree.Name):
# Ignore FunctionExecution parents for now.