[issue40926] command line interface of symtable module is broken

2020-06-09 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- nosy: +benjamin.peterson, pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue40926] command line interface of symtable module is broken

2020-06-09 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- keywords: +patch pull_requests: +19956 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20757 ___ Python tracker _

[issue40926] command line interface of symtable module is broken

2020-06-09 Thread Batuhan Taskaya
New submission from Batuhan Taskaya : (.venv) (Python 3.10.0a0) [ 1:11ÖS ] [ isidentical@x200:~ ] $ cat t.py import x a = 1 print(x) (.venv) (Python 3.10.0a0) [ 1:11ÖS ] [ isidentical@x200:~ ] $ python -m symtable t.py True False True False True False True False True False ... It can