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 serhiy.storchaka
Recipients Arfrever, berker.peksag, eric.araujo, lukasz.langa, serhiy.storchaka, tarek
Date 2014-01-24.08:06:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390550765.08.0.738889376409.issue20363@psf.upfronthosting.co.za>
In-reply-to
Content
And

    'print(hash(eval(%s.decode("utf-8"))))' % repr_.encode("utf-8")

can be simplified to

    'print(hash(eval(%a)))' % repr_
History
Date User Action Args
2014-01-24 08:06:05serhiy.storchakasetrecipients: + serhiy.storchaka, tarek, eric.araujo, Arfrever, lukasz.langa, berker.peksag
2014-01-24 08:06:05serhiy.storchakasetmessageid: <1390550765.08.0.738889376409.issue20363@psf.upfronthosting.co.za>
2014-01-24 08:06:05serhiy.storchakalinkissue20363 messages
2014-01-24 08:06:04serhiy.storchakacreate