• Victor Stinner's avatar
    asyncio: sync with Tulip · 896a25ab
    Victor Stinner authored
    - Tulip issue 185: Add a create_task() method to event loops. The create_task()
      method can be overriden in custom event loop to implement their own task
      class. For example, greenio and Pulsar projects use their own task class. The
      create_task() method is now preferred over creating directly task using the
      Task class.
    - tests: fix a warning
    - fix typo in the name of a test function
    - Update AbstractEventLoop: add new event loop methods; update also the unit test
    896a25ab
base_events.py 34.7 KB