diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-02-08 17:57:02 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-02-08 17:57:02 +0100 |
commit | ba4e49debad3abb913eeb2b3a4864680f64df8ac (patch) | |
tree | fed953d488bc75929d8d60b34666b32648bf9699 /Python/compile.c | |
parent | 76b91c2dd1380f5a703badca363a670ec3575f4a (diff) | |
download | cpython-ba4e49debad3abb913eeb2b3a4864680f64df8ac.tar.gz |
Replace noop constant statement with expression
* Constant statements will be ignored and the compiler will emit a
SyntaxWarning.
* Replace constant statement (ex: "1") with an expression statement
(ex: "x=1").
* test_traceback: use context manager on the file.
Issue #26204.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions