We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
async def agen(): return yield try: athrow = agen().athrow() athrow.close() except TypeError: print("good") else: print("bad")
output:
bad
3.8, 3.9, 3.10, 3.11, 3.12, 3.13, CPython main branch
Linux