I was learning the cpython internals(especially the is operator) and came across the following opcode implementation for IS_OP in ceval.c
is
IS_OP