]> granicus.if.org Git - python/commit
Unit tests for the changes in abstract.c version 2.101. The debug
authorBarry Warsaw <barry@python.org>
Tue, 23 Apr 2002 22:48:42 +0000 (22:48 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 23 Apr 2002 22:48:42 +0000 (22:48 +0000)
commit906569de2484fd9962b6e052cce5bb791e72cd86
tree989a5794579bce54752e1012f2cbfa97a7688fbb
parent033b79c483566661eda1a87a11f19619d1ff4046
Unit tests for the changes in abstract.c version 2.101.  The debug
build's "undetected error" problems were originally detected with
extension types, but we can whitebox test the same situations with
new-style classes.
Lib/test/test_isinstance.py [new file with mode: 0644]