diff options
author | scoder <stefan_ml@behnel.de> | 2017-07-31 20:27:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-07-31 20:27:46 (GMT) |
commit | e4c06bcca358c6dcb6393a75a1589ff6a2d45cde (patch) | |
tree | 68f6c40cff3c4159c0ba0c822776fcdd1ee28135 /.github | |
parent | 8474d87165593bac2bc231287f42c4cff3fd6aaf (diff) | |
download | cpython-e4c06bcca358c6dcb6393a75a1589ff6a2d45cde.zip cpython-e4c06bcca358c6dcb6393a75a1589ff6a2d45cde.tar.gz cpython-e4c06bcca358c6dcb6393a75a1589ff6a2d45cde.tar.bz2 |
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.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions