[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-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 is truncated using maxDiff.

--
components: Library (Lib)
files: unittest_scse.py
messages: 199383
nosy: Jacek.Bzdak
priority: normal
severity: normal
status: open
title: Calling assertEquals for moderately long list takes too long
type: resource usage
versions: Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file32033/unittest_scse.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19217
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 randomeness source in python, and for some people it 
might be not obvious that there already exists such easy to use api to use 
cryptographically strong randomness (that is random.SystemRandom class). It 
would be good to point such people to right class. 

Myself for example spent last hour trying to create makeshift Random subclass 
that uses os.urandom as it's randomness source.

--
assignee: docs@python
components: Documentation
messages: 170423
nosy: Jacek.Bzdak, docs@python
priority: normal
severity: normal
status: open
title: Add link from os.urandom to random.SystemRandom
type: enhancement
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com