-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
All PRs right now show this warning:
However, it looks like a false-positive, because runtime
is clearly used later on:
Lines 1881 to 1885 in 3fa8fe7
_PyRuntimeState *runtime = tstate->interp->runtime; | |
assert(runtime->gilstate.autoInterpreterState == tstate->interp); | |
assert(current_tss_get(runtime) == tstate); | |
assert(tstate->gilstate_counter == 1); |
Looks like it has started after 6036c3e
Linked PRs
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error