diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-07-15 09:15:01 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-15 09:15:01 (GMT) |
commit | 18c5f9d44dde37c0fae5585a604c6027825252d2 (patch) | |
tree | 5646a1af289769cc336aa9b4c8441dca80f43ff1 /Lib/idlelib/query.py | |
parent | cd6e83b4810549c308ab2d7315dbab526e35ccf6 (diff) | |
download | cpython-18c5f9d44dde37c0fae5585a604c6027825252d2.zip cpython-18c5f9d44dde37c0fae5585a604c6027825252d2.tar.gz cpython-18c5f9d44dde37c0fae5585a604c6027825252d2.tar.bz2 |
bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612)
https://bugs.python.org/issue37500
Add a new field to the compiler structure that allows to be configured
so no bytecode is emitted. In this way is possible to detect errors by
walking the nodes while preserving optimizations.
https://bugs.python.org/issue37500
Diffstat (limited to 'Lib/idlelib/query.py')
0 files changed, 0 insertions, 0 deletions