[Python-checkins] CVS: python/dist/src/Objects bufferobject.c

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 4 Aug 1999 09:08:20 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Objects
In directory weyr:/home/fdrake/projects/python/Objects

Modified Files:
	bufferobject.c 
Log Message:

PyBuffer_New():  Raise ValueError if size is negative (the other
		 constructors didn't miss this).

		 Raise MemoryError if malloc() fails, instead of just
		 returning NULL.