Micro optimization. In the first case, we know that frame->f_exc_type
commit8c33930703d8534ed95e96bd043d663b04ca0c46
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 9 May 2006 05:38:56 +0000 (9 05:38 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 9 May 2006 05:38:56 +0000 (9 05:38 +0000)
treea13fc17994f5ebe73d89a31ca987a3f516128744
parent77fb6c65d3747fd3212094e3d687cb5832e491b9
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.

git-svn-id: http://svn.python.org/projects/python/trunk@45941 6015fed2-1504-0410-9fe1-9d1591cc4771
Python/ceval.c