]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115)
authorSam Gross <colesbury@gmail.com>
Tue, 19 May 2026 21:36:31 +0000 (21:36 +0000)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 21:36:31 +0000 (17:36 -0400)
commit61f12211fc40aef4a2dcccb9c94aae8108042edb
tree19079281d415df1e392824e8dfaff95edc3587d4
parent6f4c18fa776257d349b2a029fca8f704c8ec5e7e
gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115)

Reduce NUMITEMS from 100000 to 5000. Peak RSS for the full
test_free_threading suite drops from ~850 MB to ~175 MB.
Lib/test/test_free_threading/test_iteration.py