Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#11874 closed (fixed)

Cleanup SortedDictionary

Reported by: Alex Gaynor Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It's a very special datastructure, let's bring it into the 21st century.

Attachments (2)

sorted-dict.diff (3.0 KB ) - added by Alex Gaynor 15 years ago.
sorted-dict.2.diff (3.3 KB ) - added by Alex Gaynor 15 years ago.

Download all attachments as: .zip

Change History (6)

by Alex Gaynor, 15 years ago

Attachment: sorted-dict.diff added

comment:1 by Alex Gaynor, 15 years ago

Patch by me and Armin Ronacher.

by Alex Gaynor, 15 years ago

Attachment: sorted-dict.2.diff added

comment:2 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedAccepted
Version: 1.1SVN

comment:3 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [11815]) Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gaynor and Armin Ronacher for the report and patch.

comment:4 by Russell Keith-Magee, 14 years ago

(In [11816]) [1.1.X] Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gaynor and Armin Ronacher for the report and patch.

Backport of r11815 from trunk.

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