[Python-checkins] CVS: python/dist/src/Modules cPickle.c

Guido van Rossum guido@cnri.reston.va.us
Mon, 25 Jan 1999 16:43:55 -0500 (EST)


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

Modified Files:
	cPickle.c 
Log Message:
Make sure not to call realloc() with a NULL pointer -- call malloc()
in that case.  Tamito Kajiyama.