Home
last modified time | relevance | path

Searched refs:ForkServer (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dforkserver.py32 class ForkServer(object): class
344 _forkserver = ForkServer()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst4150 test_concurrent_futures now explicitly stops the ForkServer instance if it's
4160 multiprocessing tests now stop the ForkServer instance if it's running: