cpython/Misc/NEWS.d
Vlad Starostin a84d0b361a bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)
* bpo-33263 Fix FD leak in _SelectorSocketTransport. (GH-6450)

Under particular circumstances _SelectorSocketTransport can try to add a reader
even the transport is already being closed. This can lead to FD leak and
invalid stated of the following connections. Fixed the SelectorSocketTransport
to add the reader only if the trasport is still active.
2018-05-21 11:13:45 +03:00
..
next bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) 2018-05-21 11:13:45 +03:00
3.5.0.rst
3.5.0a1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.5.0a2.rst
3.5.0a3.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.5.0a4.rst
3.5.0b1.rst
3.5.0b2.rst
3.5.0b3.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.5.0b4.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.5.0rc1.rst
3.5.0rc2.rst
3.5.0rc3.rst
3.5.0rc4.rst
3.5.1.rst
3.5.1rc1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.5.2.rst
3.5.2rc1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.5.3.rst
3.5.3rc1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.6.0.rst
3.6.0a1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.6.0a2.rst
3.6.0a3.rst Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
3.6.0a4.rst
3.6.0b1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.6.0b2.rst
3.6.0b3.rst
3.6.0b4.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.6.0rc1.rst
3.6.0rc2.rst
3.6.1rc1.rst
3.7.0a1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.7.0a2.rst Fix miscellaneous typos (#4275) 2017-11-05 15:37:50 +02:00
3.7.0a3.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00
3.7.0a4.rst bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) 2018-01-28 14:09:40 -05:00
3.7.0b1.rst Fix line breaks added after hyphens by blurb. (GH-7002) 2018-05-21 02:36:05 +03:00