8000 GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debugging`` by AA-Turner · Pull Request #133398 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-91048: Minor fixes for _remotedebugging & rename to _remote_debugging #133398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into remote-debug-misc
# Conflicts:
#	Lib/test/test_external_inspection.py
  • Loading branch information
AA-Turner committed May 4, 2025
commit d53db6b1885df59c25f9decc0298d5a7499c33c5
3 changes: 1 addition & 2 deletions Lib/test/test_external_inspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
from _remote_debugging import get_async_stack_trace
from _remote_debugging import get_all_awaited_by
except ImportError:
raise unittest.SkipTest(
"Test only runs when _remote_debugging is available")
raise unittest.SkipTest("Test only runs when _remote_debugging is available")

def _make_test_script(script_dir, script_basename, source):
to_return = make_script(script_dir, script_basename, source)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0