Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54c2e23

Browse files
3.11 allowlist: move inspect._ParameterKind.description to wontfix section (#7920)
1 parent ef887b7 commit 54c2e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/stubtest_allowlists/py311.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolv
5151
ftplib.FTP.trust_server_pasv_ipv4_address
5252
functools.partial.__vectorcalloffset__
5353
importlib.resources.Resource
54-
inspect._ParameterKind.description
5554
ipaddress.IPv4Interface.hostmask
5655
ipaddress.IPv6Interface.hostmask
5756
ipaddress._BaseNetwork.broadcast_address
@@ -150,6 +149,7 @@ types.GenericAlias.__call__ # Would be complicated to fix properly, Any could s
150149
types.GenericAlias.__getattr__
151150
types.GenericAlias.__mro_entries__
152151
weakref.ProxyType.__reversed__ # Doesn't really exist
152+
inspect._ParameterKind.description # Still exists, but stubtest can't see it
153153

154154
# Inherits __init__ from typing.Protocol (https://github.com/python/mypy/issues/12820)
155155
importlib.abc.Traversable.__init__

0 commit comments

Comments
 (0)