Opened 14 years ago

Closed 14 years ago

#13827 closed (fixed)

Remove a bunch of unescesary calls

Reported by: Alex Gaynor Owned by: nobody
Component: Uncategorized Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django has a bunch of totally pointless calls to delattr, getattr, and setattr in places with constant attributes.

Attachments (1)

django-func-kill.diff (7.3 KB ) - added by Alex Gaynor 14 years ago.

Download all attachments as: .zip

Change History (4)

by Alex Gaynor, 14 years ago

Attachment: django-func-kill.diff added

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Luke Plant, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: newclosed

(In [13876]) Fixed #13827 -- Cleaned up a few unnecessary function calls.

Note: See TracTickets for help on using tickets.
Back to Top