Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

test twisted 21.7 #10402

Closed
wants to merge 10 commits into from
Closed

test twisted 21.7 #10402

wants to merge 10 commits into from

Commits on Jul 21, 2021

  1. switch from types.CoroutineType to typing.Coroutine

    these should be identical semantically, and since `defer.ensureDeferred` is
    defined to take a `typing.Coroutine`, will keep mypy happy
    richvdh committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    33d249f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071447f View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    cd007f2 View commit details
    Browse the repository at this point in the history
  4. improve typing annotations in CachedCall

    tighten up some of the typing in CachedCall, which is going to be needed when
    Twisted 21.7 brings better typing on Deferred.
    richvdh committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7e34f6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92496ec View commit details
    Browse the repository at this point in the history
  6. bump to Twisted 21.7

    richvdh committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    f8e460f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c970548 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a413836 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2a6fdc View commit details
    Browse the repository at this point in the history
  10. newsfile

    richvdh committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7141750 View commit details
    Browse the repository at this point in the history