bpo-32608: Adding a server into socketserver that handles client connection in new "multiprocessing.Process" processes. by deliberist · Pull Request #5258 · python/cpython (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
…e passed into sub-processes created by the multiprocessing package.
…ggesting ProcessingMixIn (and associated server classes) can still be used on non-POSIX systems.
…after each test, which caused the tests to fail.
…multiprocessing
Conflicts:
Doc/whatsnew/3.7.rst
…ess.join() is called, rather than os.waitpid()
…ngling" references; and fixed some test_socketserver tests.
…server_and_multiprocessing
Conflicts:
Doc/whatsnew/3.8.rst
Lib/socketserver.py
rbprogrammer added 3 commits
Updating fork with that of the upstream.
Updating socketserver_and_multiprocessing with that of master.