summaryrefslogtreecommitdiff
path: root/manager.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-03-17 13:28:40 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-03-17 13:28:40 +0100
commit491de0250ce7225e1f37a5a6780bc4b0e4edc127 (patch)
treecb921d5a19a8fa7721adbcb6ad2373287ea78eed /manager.py
parent48b2a7ccd271a0584c344c88928bcdbed335ceb8 (diff)
downloadastroid-git-491de0250ce7225e1f37a5a6780bc4b0e4edc127.tar.gz
don't use a stack for InferenceContext.path
The stack failed to detect infinite recursions. This also closes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568968 --HG-- branch : rebuild
Diffstat (limited to 'manager.py')
-rw-r--r--manager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/manager.py b/manager.py
index 32194e9d..75398d94 100644
--- a/manager.py
+++ b/manager.py
@@ -120,7 +120,6 @@ class ASTNGManager(OptionsProviderMixIn):
source = False
if modname is None:
modname = '.'.join(modpath_from_file(filepath))
- print >>sys.stderr, 'astng from file', filepath, modname
try:
return self._cache[modname]
except KeyError: