mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add os.waitstatus_to_exitcode (#6444)
This commit is contained in:
@@ -897,3 +897,6 @@ if sys.version_info >= (3, 8):
|
||||
MFD_HUGE_2GB: int
|
||||
MFD_HUGE_16GB: int
|
||||
def memfd_create(name: str, flags: int = ...) -> int: ...
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
def waitstatus_to_exitcode(status: int) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user