mirror of
https://github.com/python/cpython.git
synced 2025-11-03 15:11:34 +00:00
gh-124402: Speed up test_free_threading and test_super (#124491)
* Reduce the number of iterations and the number of threads so a
whole test file takes less than a minute.
* Refactor test_racing_iter_extend() to remove two levels of
indentation.
* test_monitoring() uses a sleep of 100 ms instead of 1 second.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dict.py | ||
| test_list.py | ||
| test_monitoring.py | ||
| test_slots.py | ||
| test_str.py | ||
| test_tokenize.py | ||
| test_type.py | ||