Ticket #4965 defect new
Opened 2 years ago
twisted.application.internet implementation needs less evil hackery
| Reported by: | lvh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
twisted.application.internet currently creates a bunch of classes dynamically.
Apart from being less than sanitary, this breaks pydoctor, since it only evaluates the AST and refuses to execute code. I figured that out in #4951.
The obvious solution is to spell the class definitions out properly.
Note: See
TracTickets for help on using
tickets.
