This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jacek.Bzdak
Recipients Jacek.Bzdak
Date 2013-10-10.13:04:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381410286.72.0.514206486634.issue19217@psf.upfronthosting.co.za>
In-reply-to
Content
Call to assertEquals(list1, list2) does not finish (takes more than couple of minutes), for lists that containt 10000 elements if all list elements are different. The same call in python2.6 finishes instanteneously. 

This occours even if error message is truncated using maxDiff.
History
Date User Action Args
2013-10-10 13:04:46Jacek.Bzdaksetrecipients: + Jacek.Bzdak
2013-10-10 13:04:46Jacek.Bzdaksetmessageid: <1381410286.72.0.514206486634.issue19217@psf.upfronthosting.co.za>
2013-10-10 13:04:46Jacek.Bzdaklinkissue19217 messages
2013-10-10 13:04:46Jacek.Bzdakcreate