New warning on GitHub: "unused variable ‘runtime’ in pystate.c
"
#101181
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
All PRs right now show this warning:

However, it looks like a false-positive, because
runtime
is clearly used later on:cpython/Python/pystate.c
Lines 1881 to 1885 in 3fa8fe7
Looks like it has started after 6036c3e
cc @ericsnowcurrently
Linked PRs
unused-variable
warning inpystate.c
#101188The text was updated successfully, but these errors were encountered: