diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-02 11:32:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 11:32:36 (GMT) |
commit | b2ae63161926527e31b9a9071b38836ad88e9a92 (patch) | |
tree | bebd0cc2cefca44715eca9cfb7de5a594be4df17 /Python | |
parent | ed34965d66b11c3bae43b20671aa796299a56451 (diff) | |
download | cpython-b2ae63161926527e31b9a9071b38836ad88e9a92.zip cpython-b2ae63161926527e31b9a9071b38836ad88e9a92.tar.gz cpython-b2ae63161926527e31b9a9071b38836ad88e9a92.tar.bz2 |
[3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Python')
-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 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", |