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 glaubitz
Recipients Arfrever, David.Edelsohn, christian.heimes, cstratak, glaubitz, lukasz.langa, vstinner
Date 2021-02-16.08:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613462847.27.0.825285014419.issue43179@roundup.psfhosted.org>
In-reply-to
Content
> So IMO it's fine to remove the support.

You are not removing "support". You're just disallowing users to use the Python interpreter - which works perfectly fine on all architectures we have in current and previous releases - on Debian.

A few preprocessor macros plus some lines in a configure.ac aren't something that would qualify as platform support. There is no architecture-specific code and the Python interpreter is highly portable and just works whereever we build it in Debian (and openSUSE).

I would unterstand the reasoning of such a change if there was a swath of users filing bug reports about s390 and you just don't want to deal with that any longer. But that's not the case as far as I can see.
History
Date User Action Args
2021-02-16 08:07:27glaubitzsetrecipients: + glaubitz, vstinner, christian.heimes, Arfrever, lukasz.langa, David.Edelsohn, cstratak
2021-02-16 08:07:27glaubitzsetmessageid: <1613462847.27.0.825285014419.issue43179@roundup.psfhosted.org>
2021-02-16 08:07:27glaubitzlinkissue43179 messages
2021-02-16 08:07:26glaubitzcreate