Skip to content

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

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

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

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>
@bedevere-appbedevere-appBot added the tests Tests in the Lib/test dir label May 19, 2026
@colesbury
colesbury enabled auto-merge (squash) May 19, 2026 21:38
@colesbury
colesbury merged commit dc3a0b4 into python:3.14May 19, 2026
54 checks passed
@miss-islington
miss-islington deleted the backport-61f1221-3.14 branch May 19, 2026 22:03
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