]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessing ...
authorMalcolm Smith <smith@chaquo.com>
Sun, 25 Feb 2024 19:38:18 +0000 (19:38 +0000)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 19:38:18 +0000 (11:38 -0800)
commit4827968af87d828554c3fadd97094c97798541b4
tree162bb428457003ea4451e1f98d7e12ef352b48e5
parentc40b5b97fdac5099f670589b42c9038d7b23f2e5
gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessing (gh-115917)

Enable test_concurrent_futures on platforms that support threading but not multiprocessing.
Lib/multiprocessing/queues.py
Lib/test/test___all__.py
Lib/test/test_concurrent_futures/__init__.py
Lib/test/test_concurrent_futures/test_init.py
Lib/test/test_concurrent_futures/util.py
Misc/NEWS.d/next/Tests/2024-02-25-15-58-28.gh-issue-71052.lxBjqY.rst [new file with mode: 0644]