Rich Marinaccio added the comment:

I've done some more testing and I can't get this to repeat with randint 
alone. It must be an issue with combination of the len() function used 
as a parameter to randint. The above code is in a loop that further 
down will del preshuffle[randIndex]. Could this be a threading issue 
where len(preshuffle) takes time to update when the list is shortened?

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1704>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to