mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix for issue 14725 for 3.2 branch
This commit is contained in:
parent
16f6f8338b
commit
7ef909cdd7
3 changed files with 22 additions and 1 deletions
|
|
@ -244,6 +244,7 @@ create_win32_namespace(void)
|
|||
Py_INCREF(&Win32Type);
|
||||
|
||||
WIN32_CONSTANT(F_DWORD, ERROR_ALREADY_EXISTS);
|
||||
WIN32_CONSTANT(F_DWORD, ERROR_NO_DATA);
|
||||
WIN32_CONSTANT(F_DWORD, ERROR_PIPE_BUSY);
|
||||
WIN32_CONSTANT(F_DWORD, ERROR_PIPE_CONNECTED);
|
||||
WIN32_CONSTANT(F_DWORD, ERROR_SEM_TIMEOUT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue