mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Move some Windows-specific things from ctypes/__init__.pyi to _ctypes.pyi (#10128)
- `FormatError` - `get_last_error` - `set_last_error`
This commit is contained in:
@@ -23,11 +23,8 @@ ssl.SSLSocket.recvmsg
|
||||
ssl.SSLSocket.recvmsg_into
|
||||
ssl.SSLSocket.sendmsg
|
||||
winreg.HKEYType.handle
|
||||
_ctypes.FormatError
|
||||
_ctypes.FreeLibrary
|
||||
_ctypes.LoadLibrary
|
||||
_ctypes.get_last_error
|
||||
_ctypes.set_last_error
|
||||
|
||||
|
||||
# ==========
|
||||
|
||||
Reference in New Issue
Block a user