summary refs log tree commit diff
path: root/changelog.d/9108.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.26.0rc1Patrick Cloke2021-01-201-1/+0
|
* Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke2021-01-151-0/+1
Previously this code generated unreferenced `Deferred` instances which caused "Unhandled Deferreds" errors to appear in error situations.