commit | 0f8b31a2dad17ed18ff11fbe36e8d56dce4de0b5 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Jun 28 06:28:31 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Jun 28 06:28:31 2006 +0000 |
tree | 3636fc302c33540cd946821036c8f96a871a38f4 | |
parent | 7983c7298d2c1254bc17a5a1ab696bdf0360b63d [diff] [blame] |
Fix bug #1512695: cPickle.loads could crash if it was interrupted with a KeyboardInterrupt since PyTuple_Pack was passed a NULL. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index cefa739..efbb145 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,12 @@ - The wsgiref package is now installed properly on Unix. +Extension Modules +----------------- + +- Bug #1512695: cPickle.loads could crash if it was interrupted with + a KeyboardInterrupt. + Build -----