]> granicus.if.org Git - python/commit
Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() failure
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 22:44:53 +0000 (00:44 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 22:44:53 +0000 (00:44 +0200)
commit74a7fa66639bf7960916e2862140dd2546d3c0c8
tree590666058246ce3f19b03fb11d08194d0b3d4d7b
parentbdf630c4a7e01141b0253a19c6cfc05a2dfc4e1b
Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() failure

PyObject_IsSubclass() can fail and raise a new exception!
Python/errors.c