Opened at 2012-11-09T00:41:15Z
Last modified at 2020-01-17T14:16:41Z
#1848 closed defect
write a static analysis tool to catch places where a Deferred is dropped — at Initial Version
| Reported by: | davidsarah | Owned by: | davidsarah |
|---|---|---|---|
| Priority: | normal | Milestone: | undecided |
| Component: | dev-infrastructure | Version: | 1.9.2 |
| Keywords: | coding_tools deferred static-analysis | Cc: | |
| Launchpad Bug: |
Description
If a Deferred goes out of scope without being returned (or passed into a method that is intended to consume it such as deferredutil.eventual_chain), that's usually a bug. Write a static analysis using compiler.ast to catch such bugs.
Note: See
TracTickets for help on using
tickets.
