This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zaytsev
Recipients David.Edelsohn, christian.heimes, dmalcolm, zaytsev
Date 2014-01-07.13:28:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389101283.96.0.634725331593.issue20162@psf.upfronthosting.co.za>
In-reply-to
Content
As requested by Victor Stinner:

./python  -c 'import sys; print(sys.hash_info)'

sys.hash_info(width=64, modulus=2305843009213693951, inf=314159, nan=0, imag=1000003, algorithm='siphash24', hash_bits=64, seed_bits=128, cutoff=0)
History
Date User Action Args
2014-01-07 13:28:04zaytsevsetrecipients: + zaytsev, christian.heimes, dmalcolm, David.Edelsohn
2014-01-07 13:28:03zaytsevsetmessageid: <1389101283.96.0.634725331593.issue20162@psf.upfronthosting.co.za>
2014-01-07 13:28:03zaytsevlinkissue20162 messages
2014-01-07 13:28:03zaytsevcreate