diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-09-26 20:01:13 +0000 |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-09-26 20:01:13 +0000 |
commit | d326d9f4d8c55800e49c25bb2b3efc52893e3899 (patch) | |
tree | ffd90e27525071470585a2d7d61d05bd9ddd41ea /Lib/test/pydocfodder.py | |
parent | 885ce90634e102050f8864b34f10f48d1a2059a8 (diff) | |
download | cpython-d326d9f4d8c55800e49c25bb2b3efc52893e3899.tar.gz |
Add tests for new PyErr_NormalizeException() behavior
Add raise_exception() to the _testcapi module. It isn't a test, but
the C API exists only to support test_exceptions. raise_exception()
takes two arguments -- an exception class and an integer specifying
how many arguments it should be called with.
test_exceptions uses BadException() to test the interpreter's behavior
when there is a problem instantiating the exception. test_capi1()
calls it with too many arguments. test_capi2() causes an exception to
be raised in the Python code of the constructor.
Diffstat (limited to 'Lib/test/pydocfodder.py')
0 files changed, 0 insertions, 0 deletions