mirror of
https://github.com/python/cpython
synced 2026-09-27 02:33:18 +03:00
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. (cherry picked from commit b309c8ebff011f27012367b046ff92eecbdd68a5) Co-authored-by: Sam Gross <colesbury@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| check_config.py | ||
| test_abstract.py | ||
| test_bytearray.py | ||
| test_bytes.py | ||
| test_codecs.py | ||
| test_complex.py | ||
| test_dict.py | ||
| test_eval_code_ex.py | ||
| test_exceptions.py | ||
| test_float.py | ||
| test_getargs.py | ||
| test_hash.py | ||
| test_immortal.py | ||
| test_list.py | ||
| test_long.py | ||
| test_mem.py | ||
| test_misc.py | ||
| test_object.py | ||
| test_opt.py | ||
| test_pyatomic.py | ||
| test_run.py | ||
| test_set.py | ||
| test_structmembers.py | ||
| test_sys.py | ||
| test_time.py | ||
| test_unicode.py | ||
| test_watchers.py | ||