commit | 2ca6315d151d9a376b46c4ae32ffeaf776da0cbc | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Wed Jul 18 14:20:11 2012 -0500 |
committer | Meador Inge <meadori@gmail.com> | Wed Jul 18 14:20:11 2012 -0500 |
tree | f3d2e612f1eb6113f5baa9eb49fe851dab468755 | |
parent | 0b350c6b3e6c811a4634ee468acc6cc477b6ae30 [diff] [blame] |
Issue #15368: make bytecode generation deterministic.
diff --git a/Misc/NEWS b/Misc/NEWS index 1d5353a..b9b785a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #15368: An issue that caused bytecode generation to be + non-deterministic when using randomized hashing (-R) has been fixed. + - Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".