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:
Jun Komoda
2023-05-02 19:21:55 +09:00
committed by GitHub
parent d208d5a833
commit bbeec7cbbf
3 changed files with 7 additions and 12 deletions

View File

@@ -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
# ==========