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 cstratak, vstinner
Date 2022-01-28.00:20:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643329234.56.0.265817479851.issue46542@roundup.psfhosted.org>
In-reply-to
Content
I managed to reproduce the test_json crash on the "Fedora Stable ppc64le" buildbot using clang. Commands:
---
./configure --with-pydebug CC=clang
make -j10
./python -m test -v test_json
---

I wrote GH-30972 to fix it.
History
Date User Action Args
2022-01-28 00:20:34vstinnersetrecipients: + vstinner, cstratak
2022-01-28 00:20:34vstinnersetmessageid: <1643329234.56.0.265817479851.issue46542@roundup.psfhosted.org>
2022-01-28 00:20:34vstinnerlinkissue46542 messages
2022-01-28 00:20:34vstinnercreate