cpython/Misc/NEWS.d/next/Library/2023-11-23-17-25-27.gh-issu...

4 lines
150 B
ReStructuredText

Improve error message when trying to call :func:`issubclass` against a
:class:`typing.Protocol` that has non-method members.
Patch by Randolf Scholz.