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 vstinner
Recipients asvetlov, neyuru, twisteroid ambassador, vstinner, yselivanov
Date 2019-01-08.15:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546960578.11.0.0489140812436.issue33834@roundup.psfhosted.org>
In-reply-to
Content
Duplicate of bpo-35682 and fixed by:

commit 80fda712c83f5dd9560d42bf2aa65a72b18b7759
Author: Victor Stinner <vstinner@redhat.com>
Date:   Tue Jan 8 02:46:59 2019 +0100

    bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)
    
    bpo-32622, bpo-35682: Fix asyncio.ProactorEventLoop.sendfile(): don't
    attempt to set the result of an internal future if it's already done.
    
    Fix asyncio _ProactorBasePipeTransport._force_close(): don't set the
    result of _empty_waiter if it's already done.
History
Date User Action Args
2019-01-08 15:16:19vstinnersetrecipients: + vstinner, asvetlov, yselivanov, twisteroid ambassador, neyuru
2019-01-08 15:16:18vstinnersetmessageid: <1546960578.11.0.0489140812436.issue33834@roundup.psfhosted.org>
2019-01-08 15:16:18vstinnerlinkissue33834 messages
2019-01-08 15:16:18vstinnercreate