Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve type hints for cached decorator. (#15658) | Patrick Cloke | 2023-05-24 | 1 | -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. |