#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.

Change History (0)

Note: See TracTickets for help on using tickets.