diff options
author | Yury Selivanov <yury@magic.io> | 2016-09-15 23:30:42 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-09-15 23:30:42 (GMT) |
commit | 525aedc5fae90e5195adb2d34ec33f1a773540fc (patch) | |
tree | 80298262b1fcc7e93cf76035e354535b89af2b8d /Misc | |
parent | d6c6771fc9682713ff2ebae2cd02ddbd2b48f657 (diff) | |
download | cpython-525aedc5fae90e5195adb2d34ec33f1a773540fc.zip cpython-525aedc5fae90e5195adb2d34ec33f1a773540fc.tar.gz cpython-525aedc5fae90e5195adb2d34ec33f1a773540fc.tar.bz2 |
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Patch by Mark Williams.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -277,6 +277,9 @@ Library - Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. +- Issue #27759: Fix selectors incorrectly retain invalid file descriptors. + Patch by Mark Williams. + IDLE ---- |