]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154272: Skip more forkserver tests if the start method is unavailable ...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 23:03:25 +0000 (02:03 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 23:03:25 +0000 (23:03 +0000)
commit9585cc32c6a3005f1e12169f553e8e2551ec6960
tree0c3482750a76b44307f31b09b23b9b7a42980cb4
parent12892a22c37b5059af418db29df4bc87f79028e1
[3.14] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154506)

Two tests were still not skipped: they were only guarded against Cygwin
and Windows.

(cherry picked from commit a2a846678e54b1b5defdccd451c573679094ff02)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_concurrent_futures/test_init.py