summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-02-08 17:57:02 +0100
committerVictor Stinner <victor.stinner@gmail.com>2016-02-08 17:57:02 +0100
commitba4e49debad3abb913eeb2b3a4864680f64df8ac (patch)
treefed953d488bc75929d8d60b34666b32648bf9699 /Python/compile.c
parent76b91c2dd1380f5a703badca363a670ec3575f4a (diff)
downloadcpython-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