Ticket #5724 defect closed invalid
twisted.protocols.smtp.SMTPClient has debug set to True by default, storing everything sent in memory
| Reported by: | itamar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Keywords: | ||
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Having SMTPClient.debug=True is a recipe for memory leaks. If we can't set it to False on base class for backwards compat reasons, we should at least disable it on the high-level APIs that don't expose that info anyway, I think.
Change History
Note: See
TracTickets for help on using
tickets.
