You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mypyc] fix: inappropriate Nones in f-strings (#19846)
if a variable is Final but the value is not yet known at compile-time,
and that variable is used as an input to an f-string, the f-string will
incorrectly contain "None"
Fixes [mypyc#1140](mypyc/mypyc#1140)
0 commit comments