• Victor Stinner's avatar
    Cleanup properly proactor event loop · 7de2646c
    Victor Stinner yazdı
    * store the "self reading" future when the "self pipe" is closed (when the
      event loop is closed)
    * store "accept" futures to cancel them when we stop serving
    * close the "accept socket" if the "accept future" is cancelled
    
    Fix many warnings which can be seen when unit tests are run in verbose mode.
    7de2646c
proactor_events.py 15.6 KB