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

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Tue, 11 Mar 1997 10:43:28 -0800


Update of /projects/cvsroot/python/dist/src/Python
In directory monty:/usr/people/guido/python/src/Python

Modified Files:
	bltinmodule.c 
Log Message:
Define __debug__ as 0 if -O is given, 1 otherwise.  Also test for
errors in initializing the dictionary.

--Guido van Rossum (home page: http://www.python.org/~guido/)