cpython/Misc/NEWS.d/next/Library/2018-08-30-14-44-11.bpo-228...

5 lines
224 B
ReStructuredText

When the queue is closed, :exc:`ValueError` is now raised by
:meth:`multiprocessing.Queue.put` and :meth:`multiprocessing.Queue.get`
instead of :exc:`AssertionError` and :exc:`OSError`, respectively.
Patch by Zackery Spytz.