We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985e267 commit a583cceCopy full SHA for a583cce
1 file changed
Misc/NEWS.d/next/Library/2026-01-13-15-56-03.gh-issue-132604.lvjNTr.rst
@@ -0,0 +1,5 @@
1
+It is deprecated to call :func:`isinstance` and :func:`issubclass` checks on
2
+:class:`typing.Protocol` classes that were not explicitly decorated
3
+with :func:`typing.runtime_checkable` after subclassing runtime-checkable
4
+protocol classes. This will throw a :exc:`TypeError` in Python 3.20.
5
+Contributed by Bartosz Sławecki.
0 commit comments