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 rhettinger
Recipients rhettinger, serhiy.storchaka, tim.peters
Date 2020-12-28.20:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609187593.54.0.949057771206.issue42772@roundup.psfhosted.org>
In-reply-to
Content
Note, we can't actually use "self.choice(range(*args))" because the underlying len() call can Overflow.  If it does, the components need to be computed manually.
History
Date User Action Args
2020-12-28 20:33:13rhettingersetrecipients: + rhettinger, tim.peters, serhiy.storchaka
2020-12-28 20:33:13rhettingersetmessageid: <1609187593.54.0.949057771206.issue42772@roundup.psfhosted.org>
2020-12-28 20:33:13rhettingerlinkissue42772 messages
2020-12-28 20:33:13rhettingercreate