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, landersson, python-dev, vstinner, yselivanov
Date 2014-06-03.22:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gjnfY0z1kz7NB0@mail.python.org>
In-reply-to
Content
New changeset d0dd3eb5b5ef by Victor Stinner in branch '3.4':
Issue #21119: asyncio now closes sockets on errors
http://hg.python.org/cpython/rev/d0dd3eb5b5ef

New changeset bbd773ed9584 by Victor Stinner in branch '3.4':
Issue #21119: asyncio: Make sure that socketpair() close sockets on error
http://hg.python.org/cpython/rev/bbd773ed9584

New changeset 8b40483d9a08 by Victor Stinner in branch 'default':
Merge 3.4: Issue #21119, fix ResourceWarning in asyncio
http://hg.python.org/cpython/rev/8b40483d9a08
History
Date User Action Args
2014-06-03 22:16:54python-devsetrecipients: + python-dev, gvanrossum, vstinner, yselivanov, landersson
2014-06-03 22:16:54python-devlinkissue21119 messages
2014-06-03 22:16:53python-devcreate