Raymond Hettinger <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42772> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
