]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154272: Skip more forkserver tests if the start method is unavailable ...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 22:46:08 +0000 (01:46 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 22:46:08 +0000 (01:46 +0300)
commitb51729a7ce49eac52fc7e33ca9697e4b6ba1d18a
tree69f5e9f42922849e7fd9ff20629e30d50fda19d6
parent553e3b0be8ce80659bc66439954f40537d2ad6e3
[3.13] gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) (GH-154507)

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