diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-17 13:28:40 +0100 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-17 13:28:40 +0100 |
| commit | 491de0250ce7225e1f37a5a6780bc4b0e4edc127 (patch) | |
| tree | cb921d5a19a8fa7721adbcb6ad2373287ea78eed /manager.py | |
| parent | 48b2a7ccd271a0584c344c88928bcdbed335ceb8 (diff) | |
| download | astroid-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |
