• Victor Stinner's avatar
    asyncio: sync with Tulip · f68bd88a
    Victor Stinner authored
    - Issues #21936, #21163: Fix sporadic failures of
      test_future_exception_never_retrieved()
    - Handle.cancel() now clears references to callback and args
    - In debug mode, repr(Handle) now contains the location where the Handle was
      created.
    f68bd88a
events.py 18.1 KB