[Python-checkins] CVS: python/dist/src/Modules config.c.in,1.73,1.73.6.1

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 28 Jun 2001 09:11:37 -0700


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

Modified Files:
      Tag: descr-branch
	config.c.in 
Log Message:
Disallow reload(exceptions), which breaks stuff pretty seriously, by
not listing a function pointer for the initialization.  The exceptions
module is initialized by Py_Initialize() anyway.


Index: config.c.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/config.c.in,v
retrieving revision 1.73
retrieving revision 1.73.6.1
diff -C2 -r1.73 -r1.73.6.1
*** config.c.in	2001/01/23 21:46:57	1.73
--- config.c.in	2001/06/28 16:11:35	1.73.6.1
***************
*** 38,42 ****
  	{"__builtin__", NULL},
  	{"sys", NULL},
! 	{"exceptions", init_exceptions},
  
  	/* Sentinel */
--- 38,42 ----
  	{"__builtin__", NULL},
  	{"sys", NULL},
! 	{"exceptions", NULL},
  
  	/* Sentinel */