Uh oh!
There was an error while loading. Please reload this page.
gh-112301: fix compiler warning about a possible use of an uninitialized variable - #112308
gh-112301: fix compiler warning about a possible use of an uninitialized variable#112308carsonRadtke wants to merge 1 commit into
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
sethmlarson
commented
Nov 22, 2023
Should we be adding the |
mdboom
commented
Nov 22, 2023
Alternatively, should we be adding |
vstinner
commented
Mar 26, 2026
The I'm not sure that replacing I close this PR since it's inactive since 2023: #112301 (comment). |
In #112301, @mdboom posted a proposal for adding some recommended compiler flags.
This PR addresses a single class of warnings (-Wmaybe-uninitialized) that may crop up if we were to switch to the "hardened" build command.
Specific build error: