Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 373f0a9

Browse files
committed
Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by
multiprocessing.connection
1 parent 7fa767e commit 373f0a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_winapi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@ PyInit__winapi(void)
13431343
WINAPI_CONSTANT(F_DWORD, STILL_ACTIVE);
13441344
WINAPI_CONSTANT(F_DWORD, SW_HIDE);
13451345
WINAPI_CONSTANT(F_DWORD, WAIT_OBJECT_0);
1346+
WINAPI_CONSTANT(F_DWORD, WAIT_ABANDONED_0);
13461347
WINAPI_CONSTANT(F_DWORD, WAIT_TIMEOUT);
13471348

13481349
WINAPI_CONSTANT("i", NULL);

0 commit comments

Comments
 (0)