]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:49:32 +0000 (22:49 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 20:49:32 +0000 (20:49 +0000)
commitf67dede25308a191a4c4744ea134bd5401455f49
tree76598a9fefc730726b41e683bf741c750bced188
parent7e2ebdbe9c724fa3739323a7aac5293bff330c34
[3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135047)

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