mirror of https://github.com/python/cpython
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
This commit is contained in:
parent
49aec1a185
commit
ad493edf57
|
@ -52,6 +52,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_opcode",
|
||||
"_operator",
|
||||
"_osx_support",
|
||||
"_overlapped",
|
||||
"_pickle",
|
||||
"_posixshmem",
|
||||
"_posixsubprocess",
|
||||
|
|
|
@ -42,6 +42,7 @@ IGNORE = {
|
|||
# Windows extension modules
|
||||
WINDOWS_MODULES = (
|
||||
'_msi',
|
||||
'_overlapped',
|
||||
'_testconsole',
|
||||
'_winapi',
|
||||
'msvcrt',
|
||||
|
|
Loading…
Reference in New Issue