cpython/Lib/test/test_interpreters
Eric Snow c5ea8e8e8f
gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135724)
We weren't handling non-positive maxsize values (including the default) properly
in Queue.full().  This change fixes that and adjusts an associated assert.
2025-06-20 14:26:32 -06:00
..
__init__.py
__main__.py
test_api.py gh-135450: Remove assertion in _PyCode_CheckNoExternalState (gh-135466) 2025-06-18 17:31:23 -06:00
test_channels.py gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
test_lifecycle.py gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
test_queues.py gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135724) 2025-06-20 14:26:32 -06:00
test_stress.py gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
utils.py gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00