summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/pyparse.py
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2018-05-21 10:09:49 (GMT)
committerGitHub <noreply@github.com>2018-05-21 10:09:49 (GMT)
commit7208bfb64b74f31f9704be3f01f26861c9cf092b (patch)
treef4cb07fe68e396e5e37a7de397b0c63e89ee4d9e /Lib/idlelib/pyparse.py
parent983e9653e0584b65a6ec66543ce1631f888aa285 (diff)
downloadcpython-7208bfb64b74f31f9704be3f01f26861c9cf092b.zip
cpython-7208bfb64b74f31f9704be3f01f26861c9cf092b.tar.gz
cpython-7208bfb64b74f31f9704be3f01f26861c9cf092b.tar.bz2
[3.6] bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7025)
* 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.. (cherry picked from commit a84d0b361a26c05c6fadc6640591ec3feee5bfb5)
Diffstat (limited to 'Lib/idlelib/pyparse.py')
0 files changed, 0 insertions, 0 deletions