mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +00:00
Remove broken code in visitDict(). I assume the code was trying to add set lineno events for each line of a dict constructor, but I think it was using the wrong object (node instead of k or v). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ast.py | ||
| consts.py | ||
| future.py | ||
| misc.py | ||
| pyassem.py | ||
| pycodegen.py | ||
| symbols.py | ||
| syntax.py | ||
| transformer.py | ||
| visitor.py | ||