bpo-33018: Improve issubclass() error checking and message. (GH-5944)
jab authored
This improves error message for situations when a non-class is
checked w.r.t. an abstract base class.
40472dd4