[Patches] [ python-Patches-823292 ] Optional list.sort() args for DSU pattern and reverse

SourceForge.net noreply at sourceforge.net
Tue Oct 14 04:53:43 EDT 2003


Patches item #823292, was opened at 2003-10-14 03:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=823292&group_id=5470

Category: Core (C code)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Nobody/Anonymous (nobody)
Summary: Optional list.sort() args for DSU pattern and reverse

Initial Comment:
Here is a first draft patch as discussed on python-dev.
 Docs and tests to follow.

The keywords are:  cmpfunc, key, reverse

This patch passes regression tests and a minimal set of
basic functionality tests which need to be expanded
considerably.  I'll need to go back over this one in
more detail to check:

* Was the code inserted in the right place with respect
to the existing anti-mutation code.

* Is the strategy of decorating in-place to aggressive?
 Decoration consists of *replacing* each value x with
(x, key(x)).

* Verify reference counting and error handling.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=823292&group_id=5470



More information about the Patches mailing list