1 2 3
Fix crash when an ``ABC``-derived class with invalid ``__subclasses__`` is passed as the second argument to :func:`issubclass()`. Patch by Alexey Izbyshev.