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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Wed, 27 Jan 1999 13:04:07 -0500 (EST)


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

Modified Files:
	errnomodule.c 
Log Message:
initerrno(): Nailed a not-so-tiny memory leak.  The de dictionary is
put into the module dict, but is never DECREF'd in this function, so
it and all its contents leak.