We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In every old PR I get warnings in Modules/_xxinterpqueuesmodule.c. For example: https://github.com/python/cpython/pull/92635/files
"unused variable ‘name’ [-Wunused-variable]" for line 239. https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L239
"‘is_full’ may be used uninitialized in this function [-Wmaybe-uninitialized]" for line 1513. https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L1513
The text was updated successfully, but these errors were encountered:
gh-113172: Fix compiler warnings in Modules/_xxinterpqueuesmodule.c (G…
e365c94
…H-113173) Fix compiler waarnings in Modules/_xxinterpqueuesmodule.c
pythongh-113172: Fix compiler warnings in Modules/_xxinterpqueuesmodu…
6d731a3
…le.c (pythonGH-113173) Fix compiler waarnings in Modules/_xxinterpqueuesmodule.c
06d280e
d00f44a
No branches or pull requests
In every old PR I get warnings in Modules/_xxinterpqueuesmodule.c. For example: https://github.com/python/cpython/pull/92635/files
"unused variable ‘name’ [-Wunused-variable]" for line 239.
https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L239
"‘is_full’ may be used uninitialized in this function [-Wmaybe-uninitialized]" for line 1513.
https://github.com/python/cpython/pull/92635/files#file-modules-_xxinterpqueuesmodule-c-L1513
Linked PRs
The text was updated successfully, but these errors were encountered: