]> granicus.if.org Git - python/commit
Fix accidentally reversed NULL test in load_mark(). Suggested by
authorGuido van Rossum <guido@python.org>
Mon, 12 Apr 1999 22:51:20 +0000 (22:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Apr 1999 22:51:20 +0000 (22:51 +0000)
commit761fcd03aa71d16225850a797f6a7c67c12800ed
tree90af6eacaa907fb8617aa8413044e377fcd2a979
parentfe23ad72833f2106f7056037778ebebc3023553d
Fix accidentally reversed NULL test in load_mark().  Suggested by
Tamito Kajiyama.  (This caused a bug only on platforms where malloc(0)
returns NULL.)
Modules/cPickle.c