]> granicus.if.org Git - python/commit
#2542: now that issubclass() may call arbitrary code,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 31 Jul 2008 00:42:16 +0000 (00:42 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 31 Jul 2008 00:42:16 +0000 (00:42 +0000)
commit246daedd11b7b2155963ffc1bf2b77518fd9b2e0
treebd2cda04804e59399b960689d9c49c10e1195d1a
parentb8827c00b8f4c11e202a7c2401aca1c42531188c
#2542: now that issubclass() may call arbitrary code,
make sure that PyErr_ExceptionMatches returns 0 when an exception occurs there.
Lib/test/test_exceptions.py
Misc/NEWS
Python/errors.c