[Python-checkins] [python/cpython] f5d209: #30624 / selectors: use bare except clause in orde...

GitHub noreply at github.com
Sat Jun 10 14:14:10 EDT 2017


  Branch: refs/heads/selectors-bare-except
  Home:   https://github.com/python/cpython
  Commit: f5d20993f8c5b1100dead9679f8dd2e4dc086427
      https://github.com/python/cpython/commit/f5d20993f8c5b1100dead9679f8dd2e4dc086427
  Author: Giampaolo Rodola <g.rodola at gmail.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
    M Lib/selectors.py
    M Misc/NEWS

  Log Message:
  -----------
  #30624 / selectors: use bare except clause in order to not leave the fd in a bad state in case of error




More information about the Python-checkins mailing list