summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorThomas Moreau <thomas.moreau.2010@gmail.com>2018-03-21 15:50:28 (GMT)
committerAntoine Pitrou <pitrou@free.fr>2018-03-21 15:50:28 (GMT)
commite2f33add635df4fde81be9960bab367e010c19bf (patch)
tree26f61daafe01350703a9f0d40f962e5789b086a7 /Misc/NEWS.d
parent9308dea3e1fd565d50a76a667e4e8ef0568b7053 (diff)
downloadcpython-e2f33add635df4fde81be9960bab367e010c19bf.zip
cpython-e2f33add635df4fde81be9960bab367e010c19bf.tar.gz
cpython-e2f33add635df4fde81be9960bab367e010c19bf.tar.bz2
bpo-33078 - Fix queue size on pickling error (GH-6119)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-15-07-38-00.bpo-33078.RmjUF5.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-15-07-38-00.bpo-33078.RmjUF5.rst b/Misc/NEWS.d/next/Library/2018-03-15-07-38-00.bpo-33078.RmjUF5.rst
new file mode 100644
index 0000000..55c2b1d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-03-15-07-38-00.bpo-33078.RmjUF5.rst
@@ -0,0 +1,2 @@
+Fix the size handling in multiprocessing.Queue when a pickling error
+occurs.