]> granicus.if.org Git - python/commit
bpo-33078 - Fix queue size on pickling error (GH-6119) (GH-6178)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Mar 2018 16:21:15 +0000 (09:21 -0700)
committerAntoine Pitrou <pitrou@free.fr>
Wed, 21 Mar 2018 16:21:15 +0000 (17:21 +0100)
commitbb5b5291971c104ea773db1a30e46d410b6b3e1e
treeb9cd350059475d08d962c6c714f4b3a49d77987a
parent22136c94b6e43c8c584a54f3a513b83b753b96ee
bpo-33078 - Fix queue size on pickling error (GH-6119) (GH-6178)

(cherry picked from commit e2f33add635df4fde81be9960bab367e010c19bf)

Co-authored-by: Thomas Moreau <thomas.moreau.2010@gmail.com>
Lib/multiprocessing/queues.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2018-03-15-07-38-00.bpo-33078.RmjUF5.rst [new file with mode: 0644]