summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-11-23-17-25-27.gh-issue-112345.FFApHx.rst
blob: b2b9894e6bef3a7b678b157625107441c195c35a (plain)
1
2
3
Improve error message when trying to call :func:`issubclass` against a
:class:`typing.Protocol` that has non-method members.
Patch by Randolf Scholz.