#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)
Change History (6)
by , 16 years ago
| Attachment: | sorted-dict.diff added |
|---|
comment:1 by , 16 years ago
by , 16 years ago
| Attachment: | sorted-dict.2.diff added |
|---|
comment:2 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Version: | 1.1 → SVN |
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [11815]) Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gaynor and Armin Ronacher for the report and patch.
comment:4 by , 16 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.
Patch by me and Armin Ronacher.