-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
New warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#105673
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Comments
sobolevn
added
type-bug
An unexpected behavior, bug, or error
tests
Tests in the Lib/test dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
labels
Jun 12, 2023
This was referenced Jun 12, 2023
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Jun 12, 2023
…ion` warning in `sysmodule.c`
Better output (greppable and more precise):
|
erlend-aasland
pushed a commit
that referenced
this issue
Jun 12, 2023
In sys_add_xoption(), 'value' may be uninitialized for some error paths.
erlend-aasland
pushed a commit
that referenced
this issue
Jun 12, 2023
erlend-aasland
pushed a commit
that referenced
this issue
Jun 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
I am working on a fix already.
Linked PRs
The text was updated successfully, but these errors were encountered: