mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
GH-91048: Minor fixes for `_remotedebugging
& rename to
_remote_debugging
` (#133398)
This commit is contained in:
parent
483d130e50
commit
3f80165a26
14 changed files with 48 additions and 67 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -71,6 +71,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_pyrepl",
|
||||
"_queue",
|
||||
"_random",
|
||||
"_remote_debugging",
|
||||
"_scproxy",
|
||||
"_sha1",
|
||||
"_sha2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue