mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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
|
@ -42,6 +42,7 @@ IGNORE = {
|
|||
# Windows extension modules
|
||||
WINDOWS_MODULES = (
|
||||
'_msi',
|
||||
'_overlapped',
|
||||
'_testconsole',
|
||||
'_winapi',
|
||||
'msvcrt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue