Skip to content

gh-149879: Fix multiprocessing tests on Cygwin#149999

Draft
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:mp_cygwin
Draft

gh-149879: Fix multiprocessing tests on Cygwin#149999
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:mp_cygwin

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented May 18, 2026

  • Disable fork and forkserver start methods on Cygwin
  • Disable AF_UNIX connection family on Cygwin

* Disable fork and forkserver start methods on Cygwin
* Disable AF_UNIX connection family on Cygwin
@vstinner
Copy link
Copy Markdown
Member Author

Two test_multiprocessing_spawn.test_misc tests are still failing and requires more investigation:

  • FAIL: test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm)
    test.test_multiprocessing_spawn.test_processes
  • FAIL: test_wait_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant