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 5e23409 commit 3cfe03aCopy full SHA for 3cfe03a
stdlib/functools.pyi
@@ -26,7 +26,7 @@ __all__ = [
26
_T = TypeVar("_T")
27
_T_co = TypeVar("_T_co", covariant=True)
28
_S = TypeVar("_S")
29
-_P = ParamSpec("_P", default=Any)
+_P = ParamSpec("_P", default=...)
30
_R = TypeVar("_R", default=Any)
31
_PWrapped = ParamSpec("_PWrapped")
32
_RWrapped = TypeVar("_RWrapped")
0 commit comments