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 }})

deliberist

@deliberist

…e passed into sub-processes created by the multiprocessing package.

pppery

@deliberist

…ggesting ProcessingMixIn (and associated server classes) can still be used on non-POSIX systems.

@deliberist

@deliberist

…after each test, which caused the tests to fail.

pitrou

@deliberist

…multiprocessing

Conflicts:

Doc/whatsnew/3.7.rst

@deliberist

@deliberist

@deliberist

@deliberist

…ess.join() is called, rather than os.waitpid()

@deliberist

…ngling" references; and fixed some test_socketserver tests.

@deliberist

@deliberist

@deliberist

@deliberist

…server_and_multiprocessing

Conflicts:

Doc/whatsnew/3.8.rst

Lib/socketserver.py

rbprogrammer added 3 commits

March 16, 2021 19:48

Updating fork with that of the upstream.

Updating socketserver_and_multiprocessing with that of master.