CVS: 'python/dist/src/Python pythonrun.c'

Guido van Rossum guido@newcnri.cnri.reston.va.us
Thu, 22 May 1997 18:26:49 -0400


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

Modified Files:
	pythonrun.c 
Log Message:
Py_FlushLine and PyFile_WriteString now return error indicators
instead of calling PyErr_Clear().  Add checking of those errors.