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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 12 Nov 2002 13:44:50 -0800


Patches item #637176, was opened at 2002-11-12 10: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: Tim Peters (tim_one)
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.


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

>Comment By: Tim Peters (tim_one)
Date: 2002-11-12 16:44

Message:
Logged In: YES 
user_id=31435

Assigned to me.

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

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