We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
asyncdefagen():returnyieldtry:athrow=agen().athrow()athrow.close()exceptTypeError:print("good")else:print("bad")
output:
bad
3.8, 3.9, 3.10, 3.11, 3.12, 3.13, CPython main branch
Linux