mirror of
https://github.com/python/cpython.git
synced 2025-11-02 22:51:25 +00:00
Fix com_NEWLINE() so that is accepts arguments, which occurs for lines like:
stmt; # note trailing semicolon
Add XXX about checking for assignment to list comps
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ast.py | ||
| consts.py | ||
| misc.py | ||
| pyassem.py | ||
| pycodegen.py | ||
| transformer.py | ||
| visitor.py | ||