commit | 09a7c72cad48f568e0781541167cf9ea6a3f0760 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Feb 20 21:31:46 2012 +0100 |
committer | Georg Brandl <georg@python.org> | Mon Feb 20 21:31:46 2012 +0100 |
tree | d925894bfc3662e33c03ff7b6b2c5e9e38749b73 | |
parent | fee358b0df547e9451cfb0b3d25980e6cc7177cc [diff] | |
parent | 2daf6ae2495c862adf8bc717bfe9964081ea0b10 [diff] |
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.