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 cephalo
Recipients cephalo
Date 2007-12-28.15:36:32
SpamBayes Score 0.010461928
Marked as misclassified No
Message-id <1198856193.24.0.569891310389.issue1704@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2007-12-28 15:36:33cephalosetspambayes_score: 0.0104619 -> 0.010461928
recipients: + cephalo
2007-12-28 15:36:33cephalosetspambayes_score: 0.0104619 -> 0.0104619
messageid: <1198856193.24.0.569891310389.issue1704@psf.upfronthosting.co.za>
2007-12-28 15:36:33cephalolinkissue1704 messages
2007-12-28 15:36:32cephalocreate