/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Python has had async for 10 years – why isn't it more popular?
(tonybaloney.github.io)
320 points
willm
| 2 comments |
02 Sep 25 17:24 UTC
|
HN request time: 0s
|
source
1.
fullstop
◴[
02 Sep 25 17:33 UTC
]
No.
45106338
[source]
▶
>>45106189 (OP)
#
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
#
ID:
GO
2.
blibble
◴[
02 Sep 25 20:54 UTC
]
No.
45108910
[source]
▶
>>45106338 (TP)
#
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
↑