]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__).
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 23:46:51 +0000 (23:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 23:46:51 +0000 (23:46 +0000)
commit036b3beca80cf2ccd6ffe98cf5d10eb8ee5e8b19
tree184711d659bb2ee0659e80f580b3d3949337c596
parent366bf0d9cb0847c70290cf6200a99a27969ec5ee
Fix SF bug #1669182.  Handle string exceptions even if unraisable (ie in __del__).
Misc/NEWS
Python/errors.c