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 neologix
Recipients Alonso.Vidales, neologix, vstinner
Date 2013-05-02.08:59:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367485199.53.0.908288709012.issue17891@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting the same hash as CPython with md5sum and openssl, on Linux:

$ wc -c data
6227020800 data
$ md5sum data
8adbd18519be193db41dd5341a260963  data
$ openssl md5 data
MD5(data)= 8adbd18519be193db41dd5341a260963

So it's correct, and your system's openssl version is borked. As for why Pypy returns the same result, I've no clue: maybe it's linked with your system libraries.
History
Date User Action Args
2013-05-02 08:59:59neologixsetrecipients: + neologix, vstinner, Alonso.Vidales
2013-05-02 08:59:59neologixsetmessageid: <1367485199.53.0.908288709012.issue17891@psf.upfronthosting.co.za>
2013-05-02 08:59:59neologixlinkissue17891 messages
2013-05-02 08:59:59neologixcreate