[Patches] [ python-Patches-637176 ] list.sort crasher

noreply@sourceforge.net noreply@sourceforge.net
Tue, 12 Nov 2002 07:32:16 -0800


Patches item #637176, was opened at 2002-11-12 15:32
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=637176&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Armin Rigo (arigo)
Assigned to: Nobody/Anonymous (nobody)
Summary: list.sort crasher

Initial Comment:
Solves the list.sort() crash of
http://www.python.org/sf/453523.

Removes the immutable list trick. Makes the list empty
during sort. Raises ValueError if the (temporarily
empty) list is detected to have been modified at the
end of the sort.


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

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