Commit 7791cb27 authored by Victor Stinner's avatar Victor Stinner

Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by

multiprocessing.connection
parent 994d20c1
......@@ -1343,6 +1343,7 @@ PyInit__winapi(void)
WINAPI_CONSTANT(F_DWORD, STILL_ACTIVE);
WINAPI_CONSTANT(F_DWORD, SW_HIDE);
WINAPI_CONSTANT(F_DWORD, WAIT_OBJECT_0);
WINAPI_CONSTANT(F_DWORD, WAIT_ABANDONED_0);
WINAPI_CONSTANT(F_DWORD, WAIT_TIMEOUT);
WINAPI_CONSTANT("i", NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment