]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-15011...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2026 22:05:19 +0000 (00:05 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 22:05:19 +0000 (22:05 +0000)
commitde401ef6a5fc9d064ec89d6ee15844af95d4fbe8
tree50d0901f84fdc1162a4ca377941f6e34bf617a2d
parent6847f4bc60f984a8d8e619de4b824d1b1da9524a
[3.15] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115) (#150124)

Reduce NUMITEMS from 100000 to 5000. Peak RSS for the full
test_free_threading suite drops from ~850 MB to ~175 MB.

(cherry picked from commit 61f12211fc40aef4a2dcccb9c94aae8108042edb)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_free_threading/test_iteration.py