SIGN IN SIGN UP

bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)

Break up COMPARE_OP into four logically distinct opcodes:
* COMPARE_OP for rich comparisons
* IS_OP for 'is' and 'is not' tests
* CONTAINS_OP for 'in' and 'is not' tests
* JUMP_IF_NOT_EXC_MATCH for checking exceptions in 'try-except' statements.
M
Mark Shannon committed
9af0e47b1705457bb6b327c197f2ec5737a1d8f6
Parent: 62e3973
Committed by GitHub <noreply@github.com> on 1/14/2020, 10:12:45 AM