Opened 15 years ago
Closed 15 years ago
#13827 closed (fixed)
Remove a bunch of unescesary calls
Description ¶
Django has a bunch of totally pointless calls to delattr, getattr, and setattr in places with constant attributes.
Change History (4)
by , 15 years ago
Attachment: | django-func-kill.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13876]) Fixed #13827 -- Cleaned up a few unnecessary function calls.