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

Guido van Rossum guido@cnri.reston.va.us
Thu, 8 Jul 1999 13:26:57 -0400 (EDT)


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

Modified Files:
	pythonrun.c 
Log Message:
Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files,
done by _PyImport_Init(), comes to late to affect the import of
exceptions.py by _PyBuiltin_Init_2().  Move  _PyImport_Init() up few lines.