We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Reported here: #120330 (comment)
class Foo: def __iter__(self): assert False a = [x for x in Foo()]
output (Python 3.12.5):
Traceback (most recent call last): File "/home/frank/projects/executing/codi.py", line 5, in <module> a = [x for x in Foo()] ^^^^^^^^^^^^^^^^^^ File "/home/frank/projects/executing/codi.py", line 3, in __iter__ assert False ^^^^^ AssertionError
Bug report
Reported here: #120330 (comment)
output (Python 3.12.5):
Linked PRs