summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/compiler/syntax.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/compiler/syntax.py b/Lib/compiler/syntax.py
index 88c1453..a45d9c2 100644
--- a/Lib/compiler/syntax.py
+++ b/Lib/compiler/syntax.py
@@ -38,8 +38,8 @@ class SyntaxErrorChecker:
def visitAssign(self, node):
# the transformer module handles many of these
- for target in node.nodes:
- pass
+ pass
+## for target in node.nodes:
## if isinstance(target, ast.AssList):
## if target.lineno is None:
## target.lineno = node.lineno