]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772... 11783/head
authorAntoine Pitrou <pitrou@free.fr>
Thu, 7 Feb 2019 11:34:12 +0000 (11:34 +0000)
committerGitHub <noreply@github.com>
Thu, 7 Feb 2019 11:34:12 +0000 (11:34 +0000)
commit15526f5be72f547288c16d53526fc74f15ee61ed
treecdeaf7bdae3f5eff6a6bda4c2e4a386ee5ae018a
parent27f6e94d5feed9608e45af25de263216ae77cbfe
[3.7] bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772) (GH-11780)

multiprocessing: provide unittests for manager classes and shareable types.
(cherry picked from commit 2848d9d29914948621bce26bf0d9a89f2e19b97b)

Co-authored-by: Giampaolo Rodola <g.rodola@gmail.com>
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst [new file with mode: 0644]