bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963)
According to the comment, there was previously a call to PyObject_IsSubclass() involved which could fail, but since it was replaced with a call to PyType_IsSubtype(), it can no longer fail.
S
scoder committed
e4c06bcca358c6dcb6393a75a1589ff6a2d45cde
Parent: 8474d87
Committed by Serhiy Storchaka <storchaka@gmail.com>
on 7/31/2017, 8:27:46 PM