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
test_enum.py
Full error text:
AssertionError: unhandled warning {message : SyntaxWarning("invalid escape sequence '\\('"), category : 'SyntaxWarning', filename : '/Users/sobolev/Desktop/cpython/Lib/test/test_enum.py', lineno : 1481, line : None} ---------------------------------------------------------------------- Ran 1 test in 6.852s FAILED (failures=1) test test___all__ failed test___all__ failed (1 failure) == Tests result: FAILURE == 1 test failed: test___all__ Total duration: 7.1 sec Tests result: FAILURE
Repro: ./python.exe -m test -v test___all__
./python.exe -m test -v test___all__
Originally found in: #99461 (comment)
The fix is on its way.
test_enum
The text was updated successfully, but these errors were encountered:
pythongh-99518: Fix escape symbol in test_enum
a8ae4b2
gh-99518: Fix escape symbol in test_enum (#99519)
5cfb7d1
sobolevn
No branches or pull requests
Full error text:
Repro:
./python.exe -m test -v test___all__
Originally found in: #99461 (comment)
The fix is on its way.
Linked PRs
test_enum
#99519The text was updated successfully, but these errors were encountered: