Add msvcrt.locking() and associated constants (#3607)

This commit is contained in:
Anthony Sottile
2020-01-11 08:23:42 -08:00
committed by Sebastian Rittau
parent d5f1e58457
commit 910cfe4b83

View File

@@ -1,6 +0,0 @@
# Stubs for msvcrt
# NOTE: These are incomplete!
def get_osfhandle(file: int) -> int: ...
def open_osfhandle(handle: int, flags: int) -> int: ...