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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Fri, 29 Jan 1999 15:29:52 -0500 (EST)


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

Modified Files:
	bltinmodule.c 
Log Message:
bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's
leaf_exc flag to zero otherwise the name leaks memory.