bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)

This commit is contained in:
Victor Stinner 2021-04-01 02:28:23 +02:00 committed by GitHub
parent 49aec1a185
commit ad493edf57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ static const char* _Py_stdlib_module_names[] = {
"_opcode",
"_operator",
"_osx_support",
"_overlapped",
"_pickle",
"_posixshmem",
"_posixsubprocess",

View File

@ -42,6 +42,7 @@ IGNORE = {
# Windows extension modules
WINDOWS_MODULES = (
'_msi',
'_overlapped',
'_testconsole',
'_winapi',
'msvcrt',