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 5291b13 commit 555199fCopy full SHA for 555199f
1 file changed
Misc/NEWS.d/next/Library/2025-07-31-16-43-16.gh-issue-137191.FIogE8.rst
@@ -1,4 +1,4 @@
1
Fix how type parameters are collected, when :class:`typing.Protocol` are
2
specified with explicit parameters. Now, :class:`typing.Generic` and
3
-`typing.Protocol` always dictate the parameter number and parameter ordering
4
-of types. Previous behavior was a bug.
+:class:`typing.Protocol` always dictate the parameter number
+and parameter ordering of types. Previous behavior was a bug.
0 commit comments