-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer socketservers #103674
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
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.
Thanks a lot for the feature suggestion and the implementation.
Please, to increase the chances of this feature been accepted, add tests and docs: when to use these new types of servers, how, etc.
admittedly other existing lines don't always do this. this module is very old code. Co-authored-by: Nikita Sobolev <[email protected]>
…am}Server from socketserver
I have now updated
The current docs already describe in detail the Thanks for the intermediary commits. The PR is now up-to-date again with main and is conflict free. |
* main: pythongh-103801: Tools/wasm linting and formatting (python#103796) pythongh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer socketservers (python#103674) pythongh-95795: Move types.next_version_tag to PyInterpreterState (pythongh-102343)
Addresses #103673