←back to thread

320 points willm | 2 comments | | HN request time: 0s | source
1. fullstop ◴[] No.45106338[source]
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.
replies(1): >>45108910 #
2. blibble ◴[] No.45108910[source]
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