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 miss-islington, vstinner
Date 2020-03-31.17:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585674952.98.0.578092109305.issue40019@roundup.psfhosted.org>
In-reply-to
Content
We have this issue in Fedora Rawhide. test_gdb of Python 3.8 fails on s390x and armv7hl architectures with GCC 10:
https://bugzilla.redhat.com/show_bug.cgi?id=1818857

I tested manually that my change fix test_gdb: tests are skipped as expected:
https://src.fedoraproject.org/rpms/python3/pull-request/182

So I backported the change to 3.7 and 3.8.

This change only fix test_gdb. To get a fully working python-gdb.py, IMHO the best is to disable all compiler optimization using -O0 optimization level.
History
Date User Action Args
2020-03-31 17:15:53vstinnersetrecipients: + vstinner, miss-islington
2020-03-31 17:15:52vstinnersetmessageid: <1585674952.98.0.578092109305.issue40019@roundup.psfhosted.org>
2020-03-31 17:15:52vstinnerlinkissue40019 messages
2020-03-31 17:15:52vstinnercreate