diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2025-05-05 00:30:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-05 00:30:14 (GMT) |
commit | 3f80165a26028e56f51f84dfe6663a31f8c169e2 (patch) | |
tree | 58d3015f0977ec80a5240725b04346fdf075547e /Python | |
parent | 483d130e504f63aaf3afe8af3a37650edcdb07a3 (diff) | |
download | cpython-3f80165a26028e56f51f84dfe6663a31f8c169e2.zip cpython-3f80165a26028e56f51f84dfe6663a31f8c169e2.tar.gz cpython-3f80165a26028e56f51f84dfe6663a31f8c169e2.tar.bz2 |
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debugging`` (#133398)
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 92cc5af..56e349a 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -71,6 +71,7 @@ static const char* _Py_stdlib_module_names[] = { "_pyrepl", "_queue", "_random", +"_remote_debugging", "_scproxy", "_sha1", "_sha2", |