CVS: 'python/dist/src/Objects complexobject.c'

Guido van Rossum guido@newcnri.cnri.reston.va.us
Tue, 20 May 1997 14:21:36 -0400


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

Modified Files:
	complexobject.c 
Log Message:
Got rid of c_error in favor of errno (and EDOM/ERANGE).
Assume that errno usage is thread-safe -- most vendors do this by
making in a macro that refers to a per-thread storage area.