<https://github.com/python/cpython/blame/b795aa854...
# random
v
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
Looks like https://bugs.python.org/ is the issue tracker ¯\_(ツ)_/¯
v
Better than nothing thanks! I'm literally doing if (handle.transport._conn_lost>10) : blowup() Seems silly and very fragile 😕