mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
This commit is contained in:
parent
49aec1a185
commit
ad493edf57
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_opcode",
|
||||
"_operator",
|
||||
"_osx_support",
|
||||
"_overlapped",
|
||||
"_pickle",
|
||||
"_posixshmem",
|
||||
"_posixsubprocess",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue