[issue30624] selectors should use bare except clauses

Giampaolo Rodola' report at bugs.python.org
Sat Jun 10 14:11:44 EDT 2017


New submission from Giampaolo Rodola':

Right now it uses "except Exception: ...; raise" which does not take KeyboardInterrupt and SystemExit into account, leaving the fd in a bad state (it's not unregister()ed).

----------
components: asyncio
messages: 295648
nosy: berker.peksag, giampaolo.rodola, gvanrossum, haypo, neologix, serhiy.storchaka, yselivanov
priority: normal
severity: normal
status: open
title: selectors should use bare except clauses
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30624>
_______________________________________


More information about the Python-bugs-list mailing list