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

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
@@ -8077,6 +8077,7 @@ PY_STDLIB_MOD([_gdbm],
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants