mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix bug in handling of statements like "l[x:y] = 2". The visitor was treating this as assignments to l, x, and y! |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ast.py | ||
| consts.py | ||
| future.py | ||
| misc.py | ||
| pyassem.py | ||
| pycodegen.py | ||
| symbols.py | ||
| transformer.py | ||
| visitor.py | ||