Y
Hacker News
new
|
ask
|
show
|
jobs
by
1st1
619 days ago
Because accidentally masking some BaseExceptions like `asyncio.CancelledError` can lead to things like memory/resource leaks and potentially your production app going down in pretty hard to debug ways.
1 comments
theamk
619 days ago
well, yeah, you don't want to mask any of those. Thats why all my examples talk about logging + re-raising.
link