• Victor Stinner's avatar
    asyncio: sync with Tulip · 2dba23af
    Victor Stinner yazdı
    * _UnixSubprocessTransport: fix file mode of stdin. Open stdin in write mode,
      not in read mode
    * Examples: close the event loop at exit
    * More reliable CoroWrapper.__del__. If the constructor is interrupted by
      KeyboardInterrupt or the coroutine objet is destroyed lately, some the
      _source_traceback attribute doesn't exist anymore.
    * repr(Task): include also the future the task is waiting for
    2dba23af
tasks.py 22 KB