mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Use positional-only parameters for ctypes functions (#12341)
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
# =========================
|
||||
|
||||
# TODO: triage these new errors
|
||||
_ctypes.POINTER
|
||||
_ctypes.addressof
|
||||
_ctypes.alignment
|
||||
_ctypes.pointer
|
||||
_ctypes.sizeof
|
||||
_thread.interrupt_main
|
||||
_thread.lock
|
||||
_thread.start_joinable_thread
|
||||
@@ -18,7 +13,6 @@ codecs.namereplace_errors
|
||||
codecs.replace_errors
|
||||
codecs.strict_errors
|
||||
codecs.xmlcharrefreplace_errors
|
||||
ctypes.POINTER
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
@@ -26,13 +20,9 @@ ctypes._endian.SIZEOF_TIME_T
|
||||
ctypes._endian.cdll
|
||||
ctypes._endian.pydll
|
||||
ctypes._endian.pythonapi
|
||||
ctypes.addressof
|
||||
ctypes.alignment
|
||||
ctypes.c_char_p.from_param
|
||||
ctypes.c_void_p.from_param
|
||||
ctypes.c_wchar_p.from_param
|
||||
ctypes.pointer
|
||||
ctypes.sizeof
|
||||
ctypes.wintypes.PCHAR.from_param
|
||||
ctypes.wintypes.PWCHAR.from_param
|
||||
doctest.TestResults.__doc__
|
||||
|
||||
Reference in New Issue
Block a user