Skip to content

gh-134693: Fix [-Wmaybe-uninitialized] warning in _remote_debugging_module.c #134694

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 2 commits into from
May 26, 2025

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented May 26, 2025

I just moved the code up, so it will always be executed, and code_object will always be initialized.

@sobolevn sobolevn requested review from ambv and pablogsal May 26, 2025 07:59
@sobolevn
Copy link
Member Author

Test failures are GitHub failures, CI is having problems. Will rerun later.

@pablogsal pablogsal added the needs backport to 3.14 bugs and security fixes label May 26, 2025
@pablogsal pablogsal merged commit 806107d into python:main May 26, 2025
42 checks passed
@miss-islington-app
Copy link

Thanks @sobolevn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 26, 2025
…bugging_module.c` (pythonGH-134694)

(cherry picked from commit 806107d)

Co-authored-by: sobolevn <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented May 26, 2025

GH-134726 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label May 26, 2025
pablogsal pushed a commit that referenced this pull request May 26, 2025
…ebugging_module.c` (GH-134694) (#134726)

gh-134693: Fix `[-Wmaybe-uninitialized]` warning in `_remote_debugging_module.c` (GH-134694)
(cherry picked from commit 806107d)

Co-authored-by: sobolevn <[email protected]>
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