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

Guido van Rossum guido@cnri.reston.va.us
Mon, 12 Apr 1999 18:51:22 -0400 (EDT)


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

Modified Files:
	cPickle.c 
Log Message:
Fix accidentally reversed NULL test in load_mark().  Suggested by
Tamito Kajiyama.  (This caused a bug only on platforms where malloc(0)
returns NULL.)