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 Arfrever, David.Edelsohn, christian.heimes, cstratak, glaubitz, lukasz.langa, mcepl, vstinner
Date 2021-02-18.18:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613672228.02.0.283701144236.issue43179@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure why people insists to say that it's 31 bit CPU, gcc-s390.txt shows that it uses a classic 32-bit ABI (32-bit long/size_t):

#define __SIZE_MAX__ 0xffffffffUL
#define __LONG_WIDTH__ 32

31-bit is a limit of the address space (memory), not the ALU.
History
Date User Action Args
2021-02-18 18:17:08vstinnersetrecipients: + vstinner, christian.heimes, mcepl, Arfrever, lukasz.langa, David.Edelsohn, cstratak, glaubitz
2021-02-18 18:17:08vstinnersetmessageid: <1613672228.02.0.283701144236.issue43179@roundup.psfhosted.org>
2021-02-18 18:17:08vstinnerlinkissue43179 messages
2021-02-18 18:17:07vstinnercreate