commit | e0afb724020313d1d7ed0edf0662925bb74d995f | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 30 17:19:35 2012 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 30 17:19:35 2012 +0100 |
tree | 6193c1427ad4e8ffe311b56dafa864b680384550 | |
parent | 9848d812a386fd91536cdc252185ebae20e267c7 [diff] [blame] |
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines.
diff --git a/Misc/NEWS b/Misc/NEWS index 9839903..94da277 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Library ------- +- Issue #14591: Fix bug in Random.jumpahead that could produce an invalid + Mersenne Twister state on 64-bit machines. + - Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush().