Skip to content

New warnings in C implementation of subinterpreters #134542

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

Closed
sobolevn opened this issue May 22, 2025 · 1 comment
Closed

New warnings in C implementation of subinterpreters #134542

sobolevn opened this issue May 22, 2025 · 1 comment
Labels
build The build process and cross-build extension-modules C modules in the Modules dir topic-subinterpreters type-bug An unexpected behavior, bug, or error

Comments

@sobolevn
Copy link
Member

sobolevn commented May 22, 2025

Bug report

See https://github.com/python/cpython/pull/134513/files

Image Image
Check warning on line 3452 in Modules/_interpchannelsmodule.c
GitHub Actions / Cross build Linux
‘defaults.unboundop’ may be used uninitialized [-Wmaybe-uninitialized]

Check warning on line 3452 in Modules/_interpchannelsmodule.c
GitHub Actions / Cross build Linux
‘defaults.fallback’ may be used uninitialized [-Wmaybe-uninitialized]

CC @ericsnowcurrently

@ericsnowcurrently
Copy link
Member

I've fixed the ones I introduced, afaik.

@picnixz picnixz added extension-modules C modules in the Modules dir build The build process and cross-build labels May 23, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in Subinterpreters May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build extension-modules C modules in the Modules dir topic-subinterpreters type-bug An unexpected behavior, bug, or error
Projects
Status: Done
Development

No branches or pull requests

3 participants