gh-102509: Ignore acceptable access of an uninitialized value#102838
gh-102509: Ignore acceptable access of an uninitialized value#102838illia-v wants to merge 3 commits into
Conversation
|
AFAICS, this is an alternative to #102510. Let's wait an see what the Marks decide over there first. |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
It will be nice to have the error fixed in the first beta of 3.12. I've just checked that #101291 has not affected the use of the uninitialized value yet (see #102510 (comment) for previous expectations) and running |
Sorry, something went wrong.
|
I think this one's for @markshannon to decide; he has better awareness of the #102510 performance trade-offs than I do. (And it's "his" code, in some sense.) |
Sorry, something went wrong.
Sorry, something went wrong.
This is done to ignore an error on accessing an uninitialized integer without an adverse effect.
#102509 (comment)