summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scoped_nodes.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scoped_nodes.py b/scoped_nodes.py
index ad04067f..58735352 100644
--- a/scoped_nodes.py
+++ b/scoped_nodes.py
@@ -989,8 +989,7 @@ class Class(Statement, LocalsDictNodeNG, FilterStmtsMixin):
ancestors only
"""
# FIXME: should be possible to choose the resolution order
- # XXX inference make infinite loops possible here (see BaseTransformer
- # manipulation in the builder module for instance)
+ # FIXME: inference make infinite loops possible here
yielded = set([self])
if context is None:
context = InferenceContext()