◐ Shell
clean mode source ↗

bpo-2506: Experiment with adding a "-X noopt" flag by 1st1 · Pull Request #9693 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

vstinner

pfalcon added a commit to pfalcon/cpython that referenced this pull request

Jan 8, 2019
…ytecode.

The patch (well, Py_INCREF) is based on
python#9693 . Unlike that patch, this just
forcibly skips optimizer, no command-line params, etc.

The purpose if producing reference bytecode output for initial stages of
https://github.com/pfalcon/python-compiler upgrade to produce CPython3.5
compatible bytecode (later it's expected to implement peephole optimizer
in Python, to use unmodified CPython code).

Labels