[New-bugs-announce] [issue43179] Remove s390 support

Christian Heimes report at bugs.python.org
Tue Feb 9 06:41:13 EST 2021


New submission from Christian Heimes <lists at cheimes.de>:

configure.ac contains triplet definitions for s390 and s390x mainframes. While s390x (Linux on IBM Z) is still widely supported, s390 is not. s390 was released in 1990 and discontinued in 1998, https://en.wikipedia.org/wiki/IBM_System/390

Ariadne Conill from Alpine pointed out that:

    Linux has not supported booting on traditional 31-bit s390 since
    Linux 4.1 in 2015. If you can't boot s390 (not s390x) with a modern
    kernel, it is absurd to demand that other projects support s390.

https://github.com/pyca/cryptography/issues/5771#issuecomment-775872483

I propose to remove check for __s390__ from configure.ac and configure.

We might also want to remove __alpha__, __hppa__, and __m68k__ at a later point. DEC hasn't been around for a long time.

----------
components: Interpreter Core
messages: 386709
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: Remove s390 support
versions: Python 3.10

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


More information about the New-bugs-announce mailing list