[Python-checkins] CVS: python/dist/src/Mac/Python macmain.c,1.68,1.69

Jack Jansen jackjansen@users.sourceforge.net
Tue, 11 Sep 2001 04:29:34 -0700


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

Modified Files:
	macmain.c 
Log Message:
Failing to import macfsn is not a fatal error.


Index: macmain.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macmain.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** macmain.c	2001/09/05 22:07:52	1.68
--- macmain.c	2001/09/11 11:29:31	1.69
***************
*** 385,389 ****
  	return sts;
  }
! 
  /*
  ** Import the macfsn module, which will override the Standard File
--- 385,389 ----
  	return sts;
  }
! 	
  /*
  ** Import the macfsn module, which will override the Standard File
***************
*** 406,409 ****
--- 406,410 ----
  				PySys_WriteStderr("use -v for traceback\n");
  			}
+ 			PyErr_Clear();
  		}
  	}