]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
authorYury Selivanov <yury@magic.io>
Thu, 6 Oct 2016 18:03:03 +0000 (14:03 -0400)
committerYury Selivanov <yury@magic.io>
Thu, 6 Oct 2016 18:03:03 +0000 (14:03 -0400)
commitcb9424f6435cf02ba913d0263d69524bcc294095
tree2aa10f72bab55e98814228a9b77e0e824abdc85d
parent26d998cfdd1f843a154e5398d09c0270fa17aa30
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.

(Backported to 3.4 as this bug might be exploited to for DoS)
Lib/selectors.py
Lib/test/test_selectors.py
Misc/NEWS