Skip to content

[3.15] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115) - #150124

Merged
colesbury merged 1 commit into
python:3.15from
miss-islington:backport-61f1221-3.15
May 19, 2026
Merged

[3.15] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115)#150124
colesbury merged 1 commit into
python:3.15from
miss-islington:backport-61f1221-3.15

Conversation

@miss-islington

@miss-islingtonmiss-islington commented May 19, 2026

Copy link
Copy Markdown
Contributor

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 61f1221)

Co-authored-by: Sam Gross colesbury@gmail.com

…ation (pythongh-150115)
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 61f1221)
Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury
colesbury enabled auto-merge (squash) May 19, 2026 21:38
@colesbury
colesbury merged commit de401ef into python:3.15May 19, 2026
59 checks passed
@miss-islington
miss-islington deleted the backport-61f1221-3.15 branch May 19, 2026 22:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-free-threading

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@colesbury