summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-02-07 11:03:11 (GMT)
committerAntoine Pitrou <pitrou@free.fr>2019-02-07 11:03:11 (GMT)
commit2848d9d29914948621bce26bf0d9a89f2e19b97b (patch)
treee8d9df4ff3badc1ab1c8393cf937a4a72ba09615 /Misc/NEWS.d
parentbc098515864d0d1ffe8fb97ca1a0526c30fee45a (diff)
downloadcpython-2848d9d29914948621bce26bf0d9a89f2e19b97b.zip
cpython-2848d9d29914948621bce26bf0d9a89f2e19b97b.tar.gz
cpython-2848d9d29914948621bce26bf0d9a89f2e19b97b.tar.bz2
bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)
multiprocessing: provide unittests for manager classes and shareable types
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst b/Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst
new file mode 100644
index 0000000..546d47e
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst
@@ -0,0 +1,3 @@
+multiprocessing: provide unit tests for SyncManager and SharedMemoryManager
+classes + all the shareable types which are supposed to be supported by
+them. (patch by Giampaolo Rodola)