bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the...
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) Previously, put() and get() would raise AssertionError and OSError, respectively.
Showing
Please register or sign in to comment