This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients gvanrossum, kevinconway, python-dev, vstinner, yselivanov
Date 2016-09-15.18:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160915181536.7891.98821.332D72C5@psf.io>
In-reply-to
Content
New changeset 1dcfafed3cb0 by Yury Selivanov in branch '3.5':
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
https://hg.python.org/cpython/rev/1dcfafed3cb0

New changeset 62948164ff94 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue #27906)
https://hg.python.org/cpython/rev/62948164ff94

New changeset ac13bf1967b5 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #27906)
https://hg.python.org/cpython/rev/ac13bf1967b5
History
Date User Action Args
2016-09-15 18:15:40python-devsetrecipients: + python-dev, gvanrossum, vstinner, yselivanov, kevinconway
2016-09-15 18:15:40python-devlinkissue27906 messages
2016-09-15 18:15:40python-devcreate