blob: e799e9834aa111e009a74491508f015bce1ff5cc [file] [log] [blame]
Improve consistency of errors raised by ``issubclass()`` when called with a
non-class and an abstract base class as the first and second arguments,
respectively. Patch by Josh Bronson.