Serhiy Storchaka added the comment: And
'print(hash(eval(%s.decode("utf-8"))))' % repr_.encode("utf-8")
can be simplified to
'print(hash(eval(%a)))' % repr_
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue20363>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
