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 christian.heimes
Recipients christian.heimes
Date 2021-02-09.11:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612870873.59.0.718960539942.issue43179@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-09 11:41:13christian.heimessetrecipients: + christian.heimes
2021-02-09 11:41:13christian.heimessetmessageid: <1612870873.59.0.718960539942.issue43179@roundup.psfhosted.org>
2021-02-09 11:41:13christian.heimeslinkissue43179 messages
2021-02-09 11:41:13christian.heimescreate