gh-154272: Skip more forkserver tests if the start method is unavailable#154499
Conversation
…available Two tests were still not skipped: they were only guarded against Cygwin and Windows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
GH-154506 is a backport of this pull request to the 3.14 branch. |
|
GH-154507 is a backport of this pull request to the 3.13 branch. |
|
GH-154505 is a backport of this pull request to the 3.15 branch. |
|
|
test_forkserverandtest_process_forkserver_picklewere guarded by platform name (Cygwin and Windows) rather than by whether theforkserverstart method exists, so they still failed on illumos.Verified there, where
get_all_start_methods()returns['spawn', 'fork']: both now skip, and the full suite goes from 5 failing files to 3.