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
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ static const char* _Py_stdlib_module_names[] = {
"_opcode",
"_operator",
"_osx_support",
"_overlapped",
"_pickle",
"_posixshmem",
"_posixsubprocess",