mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
ctypes.wintypes can be imported on linux in 3.9.1 (#4858)
See https://bugs.python.org/issue16396 Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
|
||||
ctypes.wintypes
|
||||
pwd.getpwnam
|
||||
ssl.PROTOCOL_SSLv3
|
||||
ssl.RAND_egd
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
ctypes.wintypes
|
||||
pwd.getpwnam
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
ctypes.wintypes
|
||||
os.MFD_HUGE_32MB
|
||||
os.MFD_HUGE_512MB
|
||||
time.CLOCK_PROF
|
||||
|
||||
@@ -38,7 +38,6 @@ _msi
|
||||
_winapi
|
||||
asyncio.windows_events
|
||||
asyncio.windows_utils
|
||||
ctypes.wintypes
|
||||
msilib(.[a-z]+)?
|
||||
msvcrt
|
||||
winreg
|
||||
|
||||
Reference in New Issue
Block a user