STINNER Victor <vstin...@redhat.com> added the comment:

Duplicate of bpo-35682 and fixed by:

commit 80fda712c83f5dd9560d42bf2aa65a72b18b7759
Author: Victor Stinner <vstin...@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.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> asyncio: bug in _ProactorBasePipeTransport._force_close()

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33834>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to