[Python-Dev] Issue 13703 is closed for the Python 2.6 branch (original) (raw)

Barry Warsaw barry at python.org
Wed Feb 22 19:14:49 CET 2012


Two more small details to address, and then I think we're ready to start creating release candidates.

In that case, sys.hash_seed is pretty much redundant, since Python code could just check getenv('PYTHONHASHSEED') and be done with it. I don't think there's anything useful to expose to Python or communicated between Python executables when truly random hash data is used.

Thus, unless there are objections, I consider the current state of the Python 2.6 branch to be finished wrt issue 13703.

Cheers, -Barry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20120222/9e3dd6b6/attachment.pgp>



More information about the Python-Dev mailing list