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
The task is to use the new tokens emitted by the lexer (#7042) and create the ExprFString node using it. This will require major refactor in string.rs to support this.
The task is to use the new tokens emitted by the lexer (#7042) and create the
ExprFStringnode using it. This will require major refactor instring.rsto support this.Relevant PRs:
NULcharacter in f-strings #7378