diff options
author | Victor Stinner <vstinner@python.org> | 2021-04-01 02:28:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 02:28:23 +0200 |
commit | ad493edf5791e7abb2588852e876b8584945c653 (patch) | |
tree | 5f1a3c6f43dba6ae5af383b5b6c5eb19e282d4f2 /Python/stdlib_module_names.h | |
parent | 49aec1a185bb2087fc4d846bd38d9150a357cfbd (diff) | |
download | cpython-git-ad493edf5791e7abb2588852e876b8584945c653.tar.gz |
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
Diffstat (limited to 'Python/stdlib_module_names.h')
-rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index 980438545a..b09b8dc7a3 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -52,6 +52,7 @@ static const char* _Py_stdlib_module_names[] = { "_opcode", "_operator", "_osx_support", +"_overlapped", "_pickle", "_posixshmem", "_posixsubprocess", |