diff options
author | Meador Inge <meadori@gmail.com> | 2012-07-18 19:20:11 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-07-18 19:20:11 (GMT) |
commit | 2ca6315d151d9a376b46c4ae32ffeaf776da0cbc (patch) | |
tree | f3d2e612f1eb6113f5baa9eb49fe851dab468755 /Misc | |
parent | 0b350c6b3e6c811a4634ee468acc6cc477b6ae30 (diff) | |
download | cpython-2ca6315d151d9a376b46c4ae32ffeaf776da0cbc.zip cpython-2ca6315d151d9a376b46c4ae32ffeaf776da0cbc.tar.gz cpython-2ca6315d151d9a376b46c4ae32ffeaf776da0cbc.tar.bz2 |
Issue #15368: make bytecode generation deterministic.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.4 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". |