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 pitrou
Recipients ddvoinikov, pitrou
Date 2012-08-01.12:45:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343825106.07.0.31202248922.issue15524@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, because hash randomization is now enabled by default:
http://docs.python.org/dev/reference/datamodel.html#object.__hash__

If you want deterministic behaviour, just set e.g. PYTHONHASHSEED=0.
(or any other fixed value)
History
Date User Action Args
2012-08-01 12:45:06pitrousetrecipients: + pitrou, ddvoinikov
2012-08-01 12:45:06pitrousetmessageid: <1343825106.07.0.31202248922.issue15524@psf.upfronthosting.co.za>
2012-08-01 12:45:05pitroulinkissue15524 messages
2012-08-01 12:45:05pitroucreate