]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) ...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 9 Mar 2020 14:47:50 +0000 (14:47 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 14:47:50 +0000 (14:47 +0000)
commit2235e04170503673471d5ec2e7c693cdadcbdc65
treee3f61ed5c755efc21a37f20c0c2bbb55c8ec4029
parent80be9c344f9fa619c24712c699b70126fc202315
[3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877)

(cherry picked from commit 6012f30beff7fa8396718dfb198ccafc333c565b)
Lib/multiprocessing/connection.py
Lib/multiprocessing/forkserver.py
Lib/multiprocessing/util.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2020-03-09-01-45-06.bpo-39850.eaJNIE.rst [new file with mode: 0644]