mirror of https://github.com/python/cpython
cceb758c78
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
|
||
---|---|---|
.. | ||
__init__.py | ||
bad_getattr.py | ||
bad_getattr2.py | ||
bad_getattr3.py | ||
final_a.py | ||
final_b.py | ||
good_getattr.py |