-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-38425: Remove ‘res’ may be used uninitialized warning #16688
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
Conversation
@vstinner |
Misc/NEWS.d/next/Core and Builtins/2019-10-10-14-04-26.bpo-38425.xB59iJ.rst
Outdated
Show resolved
Hide resolved
@vstinner |
This issue is specific to old versions of GCC, not to RHEL/Centos.
I think that GCC 4.8.5 is stupid and that GCC 9.2.1 on Fedora 30 is smarter: it doesn't emit this false alarm :-) I'm fine with backporting the change to 3.7 and 3.8. |
(cherry picked from commit a05fcd3) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
GH-16693 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit a05fcd3) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
GH-16694 is a backport of this pull request to the 3.7 branch. |
I' ve noticed this warning on this environment.
CentOS Linux release 7.6.1810
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
https://bugs.python.org/issue38425