Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a failure during the set of tests performed during build of 3.13.2:
default: 0:00:22 load avg: 1.70 [18/44] test_fstring default: /root/Python-3.13.2/Lib/test/test_fstring.py:1655: SyntaxWarning: invalid escape sequence '\N' default: self.assertEqual(f'{b"\N{OX}"=}', 'b"\\N{OX}"=b\'\\\\N{OX}\'')
3.13
Linux
SyntaxWarning
The text was updated successfully, but these errors were encountered:
Added in #128399 (cc @pablogsal) We could simply suppress the warning for that line.
Sorry, something went wrong.
gh-129693: Suppress SyntaxWarning in test_fstring (#129830)
2dd0188
Suppress SyntaxWarning in test_fstring
pythongh-129693: Suppress SyntaxWarning in test_fstring (pythonGH-1…
aa8bdc8
…29830) Suppress SyntaxWarning in test_fstring (cherry picked from commit 2dd0188) Co-authored-by: Tomas R. <[email protected]>
[3.13] gh-129693: Suppress SyntaxWarning in test_fstring (GH-129830) (
a76aff6
#130068) gh-129693: Suppress `SyntaxWarning` in test_fstring (GH-129830) Suppress SyntaxWarning in test_fstring (cherry picked from commit 2dd0188) Co-authored-by: Tomas R <[email protected]>
No branches or pull requests
Bug report
Bug description:
This is a failure during the set of tests performed during build of 3.13.2:
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
SyntaxWarning
in test_fstring #129830SyntaxWarning
in test_fstring (GH-129830) #130068The text was updated successfully, but these errors were encountered: