SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-118846: Fix free-threading test failures when run sequentially (#118864)

The free-threaded build currently immortalizes some objects once the
first thread is started. This can lead to test failures depending on the
order in which tests are run. This PR addresses those failures by
suppressing immortalization or skipping the affected tests.
S
Sam Gross committed
b309c8ebff011f27012367b046ff92eecbdd68a5
Parent: aa36f83
Committed by GitHub <noreply@github.com> on 5/10/2024, 8:29:29 PM