Message6619

Author jeff.allen
Recipients egg, fwierzbicki, jeff.allen, juneau001
Date 2011-08-28.00:00:43
SpamBayes Score 3.8390358e-10
Marked as misclassified No
Message-id <1314489644.48.0.673961624416.issue1767@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch for you to consider.

I created this against the v2.6 tip (and "hg diff") but I have applied it successfully to a clean checkout of tag v2.5.2.

I have run the regression tests (ant regrtest), but even on a clean checkout, I get around 9 failures on my machine, related mostly to file i/o. The patched code does not perform any worse. All the tests obviously related to list and sorting run without error. I added a test to test_sort_jy.py based on the bug demonstration, which v2.5.2 fails and the patched code passes.
History
Date User Action Args
2011-08-28 00:00:44jeff.allensetmessageid: <1314489644.48.0.673961624416.issue1767@psf.upfronthosting.co.za>
2011-08-28 00:00:44jeff.allensetrecipients: + jeff.allen, fwierzbicki, juneau001, egg
2011-08-28 00:00:44jeff.allenlinkissue1767 messages
2011-08-28 00:00:44jeff.allencreate