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

Guido van Rossum guido@cnri.reston.va.us
Tue, 5 Oct 1999 18:17:42 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Python
In directory eric:/projects/python/develop/guido/src/Python

Modified Files:
	sysmodule.c 
Log Message:
In PySys_GetObject(), it's possible that tstate->interp->sysdict is
NULL.  In that case, return NULL rather than dumping core.

This fixes PR#91, submitted by Lele Gaifax.