Barry Warsaw 4249f54b28 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.
1997-08-22 21:26:19 +00:00
..
1996-10-25 14:44:06 +00:00
1997-08-22 21:22:58 +00:00
1996-10-25 14:44:06 +00:00
1997-08-15 02:52:08 +00:00
1997-05-05 22:15:02 +00:00
1997-07-19 19:48:41 +00:00
1996-10-25 14:44:06 +00:00
1997-05-07 23:51:07 +00:00
1997-07-19 19:48:41 +00:00
1997-07-19 19:48:41 +00:00
1997-05-07 23:51:07 +00:00
1996-08-29 18:10:41 +00:00
1997-08-15 02:52:08 +00:00
1997-05-07 23:51:07 +00:00
1997-03-14 04:32:50 +00:00
1997-08-21 02:28:19 +00:00
1996-08-29 18:10:30 +00:00
1996-08-19 22:12:39 +00:00
1997-08-07 19:22:48 +00:00
1997-05-22 20:41:59 +00:00