]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Oct 2002 16:33:13 +0000 (16:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Oct 2002 16:33:13 +0000 (16:33 +0000)
commit673cd824ba009ecbb0723192867c27c8e27c0037
tree1f521c95e854090065da12ceb9e1925e3911a52d
parent9def6a3a77569214b49d1b54ef138b0e4985a6bd
Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman

Don't crash when getting value of a property raises an exception
Lib/test/test_descr.py
Objects/typeobject.c