[Python-checkins] CVS: python/dist/src/Python ceval.c

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Wed, 8 Sep 1999 12:26:34 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Python
In directory anthem:/projects/python/develop/bwarsaw/python/dist/src/Python

Modified Files:
	ceval.c 
Log Message:
call_trace(): A fix for PR#73, if an exception occurred in the
tracefunc (or profilefunc -- we're not sure which), zap the global
trace and profile funcs so that we can't get into recursive loop when
instantiating the resulting class based exception.