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

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
Lib/test/test_profiling/test_tracing_profiler.py