Remix.run Logo
fullstop 2 days ago

Exceptions are difficult to deal with. Also, while they've had async for 10 years it has changed quite a bit from the initial incarnation.

blibble 2 days ago | parent [-]

there are some Exception situations that are almost completely impossible to deal with

like guaranteeing a close() inside a finally

asyncio is a terrible, terrible library