• Victor Stinner's avatar
    asyncio: sync with Tulip · 2934262f
    Victor Stinner authored
    * Cleanup gather(): use cancelled() method instead of using private Future
      attribute
    * Fix _UnixReadPipeTransport and _UnixWritePipeTransport. Only start reading
      when connection_made() has been called.
    * Issue #23333: Fix BaseSelectorEventLoop._accept_connection(). Close the
      transport on error. In debug mode, log errors using call_exception_handler()
    2934262f
unix_events.py 32.3 KB