[issue27236] Add CHAINED_COMPARE_OP opcode

Raymond Hettinger report at bugs.python.org
Sun Jun 5 19:50:59 EDT 2016


Raymond Hettinger added the comment:

Please stop adding new opcodes for rare use cases.  That represents a sharp departure from our entire history of adding opcodes.

Code like "x = a < b > c < d" almost never comes up.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27236>
_______________________________________


More information about the Python-bugs-list mailing list