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 peter.otten
Recipients mark, peter.otten
Date 2016-01-15.18:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452881869.3.0.200686471693.issue26126@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be a connection to hash randomization. I consistently get

$ PYTHONHASHSEED=1 python3.6 ./normbug.py 
BUG ('The aenid oevre', '!=', 'The AEnid oevre')
$ PYTHONHASHSEED=0 python3.6 ./normbug.py 
OK ('The AEnid oevre', '==', 'The AEnid oevre')
History
Date User Action Args
2016-01-15 18:17:49peter.ottensetrecipients: + peter.otten, mark
2016-01-15 18:17:49peter.ottensetmessageid: <1452881869.3.0.200686471693.issue26126@psf.upfronthosting.co.za>
2016-01-15 18:17:49peter.ottenlinkissue26126 messages
2016-01-15 18:17:49peter.ottencreate