[issue39156] Break up COMPARE_OP into logically distinct operations.

Raymond Hettinger report at bugs.python.org
Sun Dec 29 17:37:20 EST 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> Introducing new opcodes will complicate the compiler.

And it will complicate opcode.py and peephole.c and anything else that touches the word codes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39156>
_______________________________________


More information about the Python-bugs-list mailing list