commit | ad493edf5791e7abb2588852e876b8584945c653 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 01 02:28:23 2021 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 01 02:28:23 2021 +0200 |
tree | 5f1a3c6f43dba6ae5af383b5b6c5eb19e282d4f2 | |
parent | 49aec1a185bb2087fc4d846bd38d9150a357cfbd [diff] [blame] |
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index 9804385..b09b8dc 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",