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 vstinner
Date 2022-02-23.23:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645658706.97.0.916435241901.issue46623@roundup.psfhosted.org>
In-reply-to
Content
I checked os.uname() value on two buildbots, by looking at their test.pythoninfo:

os.uname: posix.uname_result(sysname='Linux', nodename='ztcpip3.pok.ibm.com', release='3.10.0-1160.53.1.el7.s390x', version='#1 SMP Thu Dec 16 04:33:52 EST 2021', machine='s390x')

os.uname: posix.uname_result(sysname='Linux', nodename='dje', release='5.10.0-11-s390x', version='#1 SMP Debian 5.10.92-1 (2022-01-18)', machine='s390x')

So the machine is 's390x'.
History
Date User Action Args
2022-02-23 23:25:07vstinnersetrecipients: + vstinner
2022-02-23 23:25:06vstinnersetmessageid: <1645658706.97.0.916435241901.issue46623@roundup.psfhosted.org>
2022-02-23 23:25:06vstinnerlinkissue46623 messages
2022-02-23 23:25:06vstinnercreate