mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Call set_lineno() in visitDiscard(), which will generate linenos for discard statements, e.g. the statement "1/0" Fixes SF bug #409587 |
||
|---|---|---|
| .. | ||
| compiler | ||
| ast.txt | ||
| astgen.py | ||
| compile.py | ||
| demo.py | ||
| dumppyc.py | ||
| regrtest.py | ||
| setup.py | ||