[issue43179] Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet)

STINNER Victor report at bugs.python.org
Thu Feb 18 13:17:08 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43179>
_______________________________________


More information about the Python-bugs-list mailing list