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 vstinner
Recipients vstinner
Date 2020-12-07.15:08:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607353696.91.0.867908787083.issue42587@roundup.psfhosted.org>
In-reply-to
Content
Copy of Miro Hrončok's email to Fedora python-devel list:

https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/ADKCB6HXGZHJPYX5LSJ7422FITYSOAL3/

----
Hello.

I've been notified that many of the Python interpreters started to fail with new 
GNU Toolchain (gcc 11, glibc 2.33).

https://koschei.fedoraproject.org/package/pythonX.Y (replace X.Y with version)

Python 3.5
  - test_buffer fails on aarch64
  - test_buffer+test_dbm_gnu fails on ppc64le
  - %check segafults on x86_64

Python 3.6
  - %check segafults on x86_64
  - test_buffer fails on aarch64

Python 3.7
  - test_buffer fails on aarch64+ppc64le

Python 3.8
  - seems to build fine

Python 3.9
  - test_buffer fails on aarch64+ppc64le

Python 3.10
  - seems to build fine

PyPys have not yet been collected by Koschei, Python 2.7 seems fine.
----


Python is built with LTO+PGO on Fedora.
History
Date User Action Args
2020-12-07 15:08:16vstinnersetrecipients: + vstinner
2020-12-07 15:08:16vstinnersetmessageid: <1607353696.91.0.867908787083.issue42587@roundup.psfhosted.org>
2020-12-07 15:08:16vstinnerlinkissue42587 messages
2020-12-07 15:08:16vstinnercreate