Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Closed
Description
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.852sFAILED (failures=1)test test___all__ failedtest___all__ failed (1 failure)== Tests result: FAILURE ==1 test failed: test___all__Total duration: 7.1 secTests result: FAILURE
Repro:./python.exe -m test -v test___all__
Originally found in:#99461 (comment)
The fix is on its way.