[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

STINNER Victor report at bugs.python.org
Thu Jan 27 19:20:34 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46542>
_______________________________________


More information about the Python-bugs-list mailing list