[issue19217] Calling assertEquals for moderately long list takes too long

2013-10-21 Thread Jacek Bzdak
Jacek Bzdak added the comment: The patch works for me, thanks Ezio! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19217 ___ ___ Python-bugs

[issue19217] Calling assertEquals for moderately long list takes too long

2013-10-10 Thread Jacek Bzdak
New submission from Jacek Bzdak: Call to assertEquals(list1, list2) does not finish (takes more than couple of minutes), for lists that containt 1 elements if all list elements are different. The same call in python2.6 finishes instanteneously. This occours even if error message

[issue19217] Calling assertEquals for moderately long list takes too long

2013-10-10 Thread Jacek Bzdak
Jacek Bzdak added the comment: I have attached a simple test case. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19217 ___ ___ Python-bugs-list

[issue15936] Add link from os.urandom to random.SystemRandom

2012-09-12 Thread Jacek Bzdak
New submission from Jacek Bzdak: It would be great if one sentence was added to os.urandom description: For easy to use interface to system randomness please see random.SystemRandom class. The reason for this change is that many references quote only os.urandom as a cryptographically strong