Issue1785366

classification
Title: list.sort should raise ValueError when modified during sort
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: mehendran, pjenvey
Priority: normal Keywords:

Created on 2007-08-31.05:07:53 by pjenvey, last changed 2007-10-16.15:23:36 by mehendran.

Messages
msg1891 (view) Author: Philip Jenvey (pjenvey) Date: 2007-08-31.05:07:53
I made a basic detection of list modifications during list.sort in patch #1781556, but it's unlike CPython's, and probably doesn't cover all cases
msg1892 (view) Author: Philip Jenvey (pjenvey) Date: 2007-09-04.02:11:24
Woops, cgroves already logged this. this is a dupe of #1758322
msg1893 (view) Author: Mehendran (mehendran) Date: 2007-10-16.15:23:36
Patch with ID=[ 1814527 ] is attached
History
Date User Action Args
2007-08-31 05:07:53pjenveycreate