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 vstinner
Recipients Fomalhaut Weisszwerg, christian.heimes, cstratak, rdecker, vstinner
Date 2017-11-30.11:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512040427.84.0.213398074469.issue31705@psf.upfronthosting.co.za>
In-reply-to
Content
Charalampos Stratakis, Ryan Decker, Fomalhaut Weisszwerg:

* What is the value of os.uname().machine on ppc64le? 'ppc64le'? Is there a 'ppcbe' architecture?
* Can you please try attached PR 4643 on a kernel 3.10 and confirms that the test is skipped, and maybe also test it on a kernel 4.11 and newer and confirms that the test pass?

To test the PR, you can download the PR as a patch and apply it using "patch -p1 < 4643.patch":

https://github.com/python/cpython/pull/4643.patch

It would be nice to get the exact version in which sha256 was fixed on ppc64, but it's not a requirements.
History
Date User Action Args
2017-11-30 11:13:47vstinnersetrecipients: + vstinner, christian.heimes, cstratak, rdecker, Fomalhaut Weisszwerg
2017-11-30 11:13:47vstinnersetmessageid: <1512040427.84.0.213398074469.issue31705@psf.upfronthosting.co.za>
2017-11-30 11:13:47vstinnerlinkissue31705 messages
2017-11-30 11:13:47vstinnercreate