summary refs log tree commit diff
path: root/changelog.d/7619.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace instances of reactor pumping with get_success. (#7619)Andrew Morgan2020-06-031-0/+1
Calls `self.get_success` on all deferred methods instead of abusing `self.pump()`. This has the benefit of working with coroutines, as well as checking that method execution completed successfully. There are also a few small cleanups that I made in the process.