commit | b2ae63161926527e31b9a9071b38836ad88e9a92 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 02 04:32:36 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Nov 02 12:32:36 2021 +0100 |
tree | bebd0cc2cefca44715eca9cfb7de5a594be4df17 | |
parent | ed34965d66b11c3bae43b20671aa796299a56451 [diff] [blame] |
[3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361) Co-authored-by: Christian Heimes <christian@python.org>
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index b09b8dc..50cf340 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h
@@ -61,6 +61,7 @@ static const char* _Py_stdlib_module_names[] = { "_pyio", "_queue", "_random", +"_scproxy", "_sha1", "_sha256", "_sha3",