Bug report
Bug description:
Bug Description
The test_capi test suite fails when CPython is built from the main branch with debug, optimizations (PGO), LTO, and the experimental JIT enabled.
Steps to Reproduce
- Clone the cpython repository.
- Configure the build with the following flags:
./configure --with-pydebug --enable-optimizations --with-lto --enable-experimental-jit
- Build and run tests:
sudo make -j"$(nproc)" test
Expected Behavior
All tests should pass.
Actual Behavior
The test run fails with one failed test: test_capi.
The specific failing test is test_call_len_known_length within test.test_capi.test_opt.TestUopsOptimization.
Test Output
sudo_make_j_nproc_test.txt
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Bug report
Bug description:
Bug Description
The
test_capitest suite fails when CPython is built from the main branch with debug, optimizations (PGO), LTO, and the experimental JIT enabled.Steps to Reproduce
Expected Behavior
All tests should pass.
Actual Behavior
The test run fails with one failed test:
test_capi.The specific failing test is
test_call_len_known_lengthwithintest.test_capi.test_opt.TestUopsOptimization.Test Output
sudo_make_j_nproc_test.txt
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
_CALL_LENJIT tests for tuples #139394