]> granicus.if.org Git - python/commit
Fix (and add test for) missing check for BaseException subclasses in the C
authorThomas Wouters <thomas@python.org>
Thu, 20 Apr 2006 22:42:37 +0000 (22:42 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 20 Apr 2006 22:42:37 +0000 (22:42 +0000)
commit303de6a25b4dc4874eded29c34c719a3bd6a4f40
tree09598a8bf4f8353de8b3c1e728eea522803b39a1
parent4f564bd68a5bf3e22c81c0c74f0e781fa0d3f70a
Fix (and add test for) missing check for BaseException subclasses in the C
API.
Lib/test/test_exceptions.py
Python/errors.c