]> granicus.if.org Git - python/commit
print_exception(): handle correctly PyObject_GetAttrString() failure
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:25:13 +0000 (14:25 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:25:13 +0000 (14:25 +0200)
commit13b21bd749aef0f6b18cec0e7e5d1d3e643f106a
tree354e3487d474d01ebd4a82e505ca52336a539eec
parenta1a807b6efdbdaa0af7da4aff46a4a205d87e8f9
print_exception(): handle correctly PyObject_GetAttrString() failure

Bug found by the Clang Static Analyzer.
Python/pythonrun.c