summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-05-25-08-50-47.gh-issue-104935.-rm1BR.rst
blob: 7af52bce2c9185d7db36530b27f7c52979c5b5a6 (plain)
1
2
3
Fix bugs with the interaction between :func:`typing.runtime_checkable` and
:class:`typing.Generic` that were introduced by the :pep:`695`
implementation. Patch by Jelle Zijlstra.