]> granicus.if.org Git - python/commit
#30624 / selectors: use bare except clause in order to not leave the fd in a bad...
authorGiampaolo Rodola <g.rodola@gmail.com>
Sat, 10 Jun 2017 23:51:52 +0000 (01:51 +0200)
committerGuido van Rossum <guido@python.org>
Sat, 10 Jun 2017 23:51:52 +0000 (16:51 -0700)
commit05dc20f992754c4ed2b1601026263e1f309cead9
tree95abfaf5d471da5063c513c2facbdae58fd0b4df
parent6b6e68776663c0dda04b6a36609297728da2ae9e
#30624 / selectors: use bare except clause in order to not leave the fd in a bad state in case of error (#2082)
Lib/selectors.py
Misc/NEWS