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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Wed, 27 Jan 1999 11:33:21 -0500 (EST)


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

Modified Files:
	sysmodule.c 
Log Message:
_PySys_Init(): Nailed small memory leak.  The stringobject created for 
sys.version was missing a Py_XDECREF().