File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
@tests/stubtest_allowlists Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ ctypes._endian.SIZEOF_TIME_T
1414ctypes._endian.cdll
1515ctypes._endian.pydll
1616ctypes._endian.pythonapi
17- ctypes.c_char_p.from_param
18- ctypes.c_void_p.from_param
19- ctypes.c_wchar_p.from_param
20- ctypes.wintypes.PCHAR.from_param
21- ctypes.wintypes.PWCHAR.from_param
2217doctest.TestResults.__doc__
2318doctest.TestResults.__new__
2419filecmp.dircmp.__init__
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class _CData(metaclass=_CDataMeta):
7171 @classmethod
7272 def from_address (cls , address : int ) -> Self : ...
7373 @classmethod
74- def from_param (cls , obj : Any ) -> Self | _CArgObject : ...
74+ def from_param (cls , value : Any , / ) -> Self | _CArgObject : ...
7575 @classmethod
7676 def in_dll (cls , library : CDLL , name : str ) -> Self : ...
7777 def __buffer__ (self , flags : int , / ) -> memoryview : ...
You can’t perform that action at this time.
0 commit comments