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

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 16 Aug 2001 01:24:03 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv1495

Modified Files:
	pythonrun.c 
Log Message:
Oops.  Two fixes for SF bug #422004 are not needed. :-)


Index: pythonrun.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/pythonrun.c,v
retrieving revision 2.145
retrieving revision 2.146
diff -C2 -d -r2.145 -r2.146
*** pythonrun.c	2001/08/16 08:21:42	2.145
--- pythonrun.c	2001/08/16 08:24:00	2.146
***************
*** 153,157 ****
  	/* phase 2 of builtins */
  	_PyImport_FixupExtension("__builtin__", "__builtin__");
- 	_PyImport_FixupExtension("exceptions", "exceptions");
  
  	initsigs(); /* Signal handling stuff, including initintr() */
--- 153,156 ----