Join Slack
Powered by
<https://github.com/python/cpython/blame/b795aa854...
# random
v
visch
05/27/2021, 8:04 PM
https://github.com/python/cpython/blame/b795aa8547b5a615d715fedc6a6267b7e8811d94/Lib/asyncio/proactor_events.py#L167
, this bloats my log when my process dies. Anyone know somewhere to go read up on or talk to a group about why they wouldn't want to throw an exception here instead of swallowing the issue? Raising an exception here would be much nicer 🙂
t
taylor
05/27/2021, 8:33 PM
Looks like https://bugs.python.org/ is the issue tracker ¯\_(ツ)_/¯
v
visch
05/27/2021, 8:37 PM
Better than nothing thanks! I'm literally doing if (handle.transport._conn_lost>10) : blowup() Seems silly and very fragile 😕
Open in Slack
Previous
Next