diff --git a/Lib/compiler/syntax.py b/Lib/compiler/syntax.py index 88c1453a1fa..a45d9c2cf6f 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