Files
cpython/Python
Neal Norwitz b255069d43 Micro optimization. In the first case, we know that frame->f_exc_type
is NULL, so there's no reason to do anything with it.  In the second case,
we know frame->f_exc_type is not NULL, so we can just do an INCREF.
2006-05-09 05:38:56 +00:00
..
2006-04-13 13:08:58 +00:00
2006-04-22 11:40:03 +00:00
2006-04-28 05:28:30 +00:00
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2006-04-17 00:33:23 +00:00
2002-08-15 14:59:02 +00:00
2006-04-18 00:57:15 +00:00
2002-12-30 22:08:05 +00:00
2006-04-15 18:14:21 +00:00
2006-04-28 05:28:54 +00:00
2002-06-11 06:22:31 +00:00
2006-02-15 17:27:45 +00:00
2005-07-09 15:26:33 +00:00