GH-91048: Minor fixes for _remotedebugging & rename to _remote_debugging#133398
GH-91048: Minor fixes for _remotedebugging & rename to _remote_debugging#133398pablogsal merged 6 commits into
_remotedebugging & rename to _remote_debugging#133398Conversation
Yep, if you want, go ahead and make the changes |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @AA-Turner for commit 2e6b80e 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133398%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
# Conflicts: # PCbuild/pcbuild.sln
|
Hummmm, seems that this collided with the other PR, could you rebase? I can land it afterwards. If you don't have time I can rebase myself if you prefer :) |
Sorry, something went wrong.
# Conflicts: # Lib/test/test_external_inspection.py
|
Thanks! resolved conflicts A |
Sorry, something went wrong.
3f80165
into
python:main
May 5, 2025
|
Thanks again 🖤 |
Sorry, something went wrong.
- python/cpython#133027 - python/cpython#133366 - python/cpython#133284 - python/cpython#133398 - python/cpython#131298 - python/cpython#132438 - python/cpython#133012 --------- Co-authored-by: Wingy <git@wingysam.xyz> Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
…emote_debugging`` (python#133398)
cc @pablogsal, a few minor things I spotted after the rename in #133284.
Btw, would you support adding an underscore to the module name? I keep reading it as 'remoted ...', and
_remote_debuggingwould better match the C files.A