cmp_exception gets promoted (essentially) to the C API function
PyErr_GivenExceptionMatches(). set_exc_info(): make sure to normalize exceptions. do_raise(): Use PyErr_NormalizeException() if type is a class. loop_subscript(): Use PyErr_ExceptionMatches() instead of raw pointer compare for PyExc_IndexError.
B
Barry Warsaw committed
4249f54b28563eff28e3ba428e65905d8112100a
Parent: c0dc92a