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, python-dev, vstinner, yselivanov
Date 2015-01-15.12:25:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150115122510.11583.80158@psf.io>
In-reply-to
Content
New changeset 2f13d53f4680 by Victor Stinner in branch '3.4':
Issue #23243: Fix asyncio._UnixWritePipeTransport.close()
https://hg.python.org/cpython/rev/2f13d53f4680

New changeset aef0f9b4e729 by Victor Stinner in branch '3.4':
Issue #23243: Close explicitly event loops in asyncio tests
https://hg.python.org/cpython/rev/aef0f9b4e729

New changeset f9b127188d43 by Victor Stinner in branch '3.4':
Issue #23243: Close explicitly transports in asyncio tests
https://hg.python.org/cpython/rev/f9b127188d43
History
Date User Action Args
2015-01-15 12:25:44python-devsetrecipients: + python-dev, gvanrossum, vstinner, yselivanov
2015-01-15 12:25:44python-devlinkissue23243 messages
2015-01-15 12:25:44python-devcreate