]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:03:53 +0000 (00:03 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 22:03:53 +0000 (22:03 +0000)
commitdc3a0b423d73a17ee28488603b0fb9074c1d1dcf
treec47c6d61f946ca98dcff6a96fdc2d7d65a689acc
parent07e368879d6a61aac04636e6708c37cb8a8a9c79
[3.14] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115) (#150123)

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