summary refs log tree commit diff
path: root/changelog.d/10446.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.40.0rc1Erik Johnston2021-08-031-1/+0
|
* Fix a handful of type annotations. (#10446)Richard van der Hoff2021-07-221-0/+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 * Fix some annotations on inlineCallbacks functions * changelog