-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-77589: Add unix domain socket for Windows #137420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of skipping some tests, would not be worth to test a Windows specific behavior?
Some tests can currently be skipped on Windows, but they may work after adding support of AF_UNIX. Please check all currently skipped tests for socket and multiprocessing.
It seems that the previous attempt did have more changes in the |
The previous attempt modified the The change in |
Hi, I updated the test to test Windows-specific behaviors, and checked current tests which can be enabled after we added AF_UNIX, but not finding one. Most tests are skipped by some stuff like 'skipUnless(hasattr(socket, "AF_UNIX))'. There is a noticeable remark for the reviewer: The |
Didn't add
asyncio
support in this PR to avoid too many code changes and keep the review process simpler.