Skip to content

Conversation

@AA-Turner
Copy link
Member

@AA-Turner AA-Turner commented May 4, 2025

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_debugging would better match the C files.

A

@pablogsal
Copy link
Member

Thanks a lot for the fix @AA-Turner!

@pablogsal
Copy link
Member

Btw, would you support adding an underscore to the module name? I keep reading it as 'remoted ...', and _remote_debugging would better match the C files.

Yep, if you want, go ahead and make the changes

configure.ac Outdated
PY_STDLIB_MOD([readline],
[], [test "$with_readline" != "no"],
[$READLINE_CFLAGS], [$READLINE_LIBS])
PY_STDLIB_MOD([_remotedebugging], [test "$TEST_MODULES" = yes])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pablogsal should we keep this "$TEST_MODULES" = yes condition? It's inherited from before the rename, but I don't know what conditions you want the module to be enabled under.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nop, that was from before when this was a test module. Let's remove it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I've pushed a fix for this & also the rename to _remote_debugging. Thanks!

@AA-Turner AA-Turner changed the title GH-91048: Minor fixes after renaming to _remotedebugging GH-91048: Minor fixes for _remotedebugging & rename to _remote_debugging May 4, 2025
@AA-Turner AA-Turner added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label May 4, 2025
@bedevere-bot
Copy link

🤖 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.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label May 4, 2025
@pablogsal
Copy link
Member

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 :)

# Conflicts: #	Lib/test/test_external_inspection.py
@AA-Turner
Copy link
Member Author

Thanks! resolved conflicts

A

@pablogsal pablogsal merged commit 3f80165 into python:main May 5, 2025
41 checks passed
@pablogsal
Copy link
Member

Thanks again 🖤

@AA-Turner AA-Turner deleted the remote-debug-misc branch May 5, 2025 00:34
zanieb added a commit to astral-sh/python-build-standalone that referenced this pull request Jun 4, 2025
- 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>
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants