summary refs log tree commit diff
path: root/changelog.d/15658.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve type hints for cached decorator. (#15658)Patrick Cloke2023-05-241-0/+1
The cached decorators always return a Deferred, which was not properly propagated. It was close enough when wrapping coroutines, but failed if a bare function was wrapped.