]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Jun 2025 20:50:43 +0000 (22:50 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 20:50:43 +0000 (20:50 +0000)
commit9bbb0c5df871d3326602aa2919d5e20cb53ab0c8
tree00b221310d6b8a6c717b6e4750e1ddff2e8f02c8
parentbf0d4127b05613f54ceabeb9c205f1f82d9f659c
[3.14] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135046)

50 producer and 50 consumer threads need more than 5GB of memory.
(cherry picked from commit 7a79f52d83c22f5a9787e590f267325c1175d389)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_queue.py