mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
This commit is contained in:
@@ -52,6 +52,7 @@ static const char* _Py_stdlib_module_names[] = {
|
||||
"_opcode",
|
||||
"_operator",
|
||||
"_osx_support",
|
||||
"_overlapped",
|
||||
"_pickle",
|
||||
"_posixshmem",
|
||||
"_posixsubprocess",
|
||||
|
||||
Reference in New Issue
Block a user