mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Fix stubtest failures for msvcrt on windows (#4095)
This commit is contained in:
@@ -8,7 +8,7 @@ LK_NBRLCK: int
|
||||
LK_RLCK: int
|
||||
LK_UNLCK: int
|
||||
|
||||
def locking(fd: int, mode: int, nbytes: int) -> None: ...
|
||||
def locking(__fd: int, __mode: int, __nbytes: int) -> None: ...
|
||||
|
||||
def get_osfhandle(file: int) -> int: ...
|
||||
def open_osfhandle(handle: int, flags: int) -> int: ...
|
||||
def get_osfhandle(__fd: int) -> int: ...
|
||||
def open_osfhandle(__handle: int, __flags: int) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user