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 location in the traceback for this failed assertion:
test=3asserttest==1andtest==2, "Bug found?"
Seems to be wrong. It should show test == 1 as the source of the error:
Traceback (most recent call last):
File "/home/.../test.py", line 3, in <module>assert test ==1and test ==2, "Bug found?"^^^^^^^^^AssertionError: Bug found?
Bug report
Bug description:
The location in the traceback for this failed assertion:
Seems to be wrong. It should show
test == 1as the source of the error:CPython versions tested on:
3.11
Operating systems tested on:
Linux
Linked PRs