On Tue, 21 Feb 2012 22:51:48 +0100 "Martin v. Löwis" <[email protected]> wrote: > Am 21.02.2012 20:59, schrieb Antoine Pitrou: > > On Tue, 21 Feb 2012 14:58:41 -0500 > > Benjamin Peterson <[email protected]> wrote: > >> 2012/2/21 Antoine Pitrou <[email protected]>: > >>> > >>> Hello, > >>> > >>> Shouldn't it be enabled by default in 3.3? > >> > >> Should you be able to disable it? > > > > PYTHONHASHSEED=0 should disable it. Do we also need a command-line > > option? > > On the contrary. PYTHONHASHSEED should go in 3.3, as should any > facility to disable or otherwise fix the seed.
Being able to reproduce exact output is useful to chase sporadic test failures (as with the --randseed option to regrtest). Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
