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

Guido van Rossum guido@newcnri.cnri.reston.va.us
Thu, 22 May 1997 20:01:44 -0400


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

Modified Files:
	dictobject.c 
Log Message:
PyObject_Compare can now return an error.  Unfortunately, there are a
few places where we don't know how to test for them without losing
speed; don't know yet how to handle that.