]> granicus.if.org Git - python/commit
Simple fix from Jin Fulton to avoid returning a half-initialized
authorGuido van Rossum <guido@python.org>
Thu, 7 Sep 2000 00:11:40 +0000 (00:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 7 Sep 2000 00:11:40 +0000 (00:11 +0000)
commitc84d8bd7be6ea7ce21973da06e821e01604dda4f
tree23b4ea1aeca4934a5938ca89e05642ff951d47a9
parent56db09501881ab517079e459aa9777ac1039b767
Simple fix from Jin Fulton to avoid returning a half-initialized
module when e.g. copy_reg.py doesn't exist.  This caused a core dump.

This closes SF bug 112944.
Modules/cPickle.c