Uninitialized variable next_instr
in error code path
#128955
Labels
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Bug report
cpython/Python/ceval.c
Lines 843 to 855 in d95ba9f
Clang warns:
The warning looks legitimate to me. Nearby code mostly uses
goto exit_unwind
. Maybe we should use that instead ofgoto error
?cc @mpage
Linked PRs
The text was updated successfully, but these errors were encountered: