]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499) main
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 18:25:37 +0000 (21:25 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 18:25:37 +0000 (18:25 +0000)
commita2a846678e54b1b5defdccd451c573679094ff02
tree6be9b69fd5feecf062810fca93c5a98e13f15d76
parent3479e45693eb4f0836ddd8c501514445a8499e92
gh-154272: Skip more forkserver tests if the start method is unavailable (GH-154499)

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

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