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, aixtools@gmail.com, christian.heimes, glaubitz, vstinner
Date 2021-02-15.11:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613390250.96.0.589172281039.issue43179@roundup.psfhosted.org>
In-reply-to
Content
s390 is a 31-bit platform, not a 32-bit platform.

I also don't see what this change achieves other than making the use of Python 3.10 on s390 harder.

It's not like the removal of support for non-threaded builds which actually saved quite some code:

> https://github.com/python/cpython/commit/a6a4dc816d68df04a7d592e0b6af8c7ecc4d4344
History
Date User Action Args
2021-02-15 11:57:31glaubitzsetrecipients: + glaubitz, vstinner, christian.heimes, Arfrever, David.Edelsohn, aixtools@gmail.com
2021-02-15 11:57:30glaubitzsetmessageid: <1613390250.96.0.589172281039.issue43179@roundup.psfhosted.org>
2021-02-15 11:57:30glaubitzlinkissue43179 messages
2021-02-15 11:57:30glaubitzcreate