Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
Hello. When we were updating Python 3.13 from a2 to a3 in Fedora, I wanted to enable the freethreding on s390x and ppc64le, as it was previously disabled due to#112535
However, the freethreding build fails tobuild in Fedora Linux 40 on s390x with:
...# Next, run the profile task to generate the profile information.LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.13.0a3/build/freethreading ./python -m test --pgo --timeout=Using random seed: 17056224000:00:00 load avg: 2.56 Run 44 tests sequentially0:00:00 load avg: 2.56 [ 1/44] test_array0:00:01 load avg: 2.56 [ 2/44] test_base640:00:02 load avg: 2.56 [ 3/44] test_binascii0:00:02 load avg: 2.56 [ 4/44] test_binop0:00:02 load avg: 2.56 [ 5/44] test_bisect0:00:02 load avg: 2.56 [ 6/44] test_bytes0:00:09 load avg: 2.63 [ 7/44] test_bz20:00:10 load avg: 2.63 [ 8/44] test_cmath0:00:11 load avg: 2.63 [ 9/44] test_codecs0:00:13 load avg: 2.63 [10/44] test_collections0:00:14 load avg: 2.58 [11/44] test_complex0:00:15 load avg: 2.58 [12/44] test_dataclasses0:00:15 load avg: 2.58 [13/44] test_datetime0:00:22 load avg: 2.78 [14/44] test_decimalmake: *** [Makefile:845: profile-run-stamp] KilledFull log:build.log
I'll try to build this on older Fedora Linux versions as well to eliminate other factors, such as GCC 14:
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
- gh-114331: Skip decimal test_maxcontext_exact_arith on s390x #117326
- [3.12] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-117326) #117327
- [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-117326) #117328
- [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) #117331