mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
![]() The free-threaded GC only does full collections, so it uses a threshold that is a maximum of a fixed value (default 2000) and proportional to the number of live objects. If there were many live objects after the previous collection, then the threshold may be larger than 10,000 causing `test_indirect_calls_with_gc_disabled` to fail. This manually sets the threshold to `(1000, 0, 0)` for the test. The `0` disables the proportional scaling. |
||
---|---|---|
.. | ||
_hypothesis_stubs | ||
interpreters | ||
__init__.py | ||
ast_helper.py | ||
asynchat.py | ||
asyncore.py | ||
bytecode_helper.py | ||
hashlib_helper.py | ||
hypothesis_helper.py | ||
import_helper.py | ||
logging_helper.py | ||
os_helper.py | ||
pty_helper.py | ||
refleak_helper.py | ||
script_helper.py | ||
smtpd.py | ||
socket_helper.py | ||
testcase.py | ||
threading_helper.py | ||
warnings_helper.py |