commit | 0461704060474cb358d3495322950c4fd00616a0 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Sat Oct 13 03:26:09 2018 -0600 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 13 12:26:09 2018 +0300 |
tree | cebe84cdbb8e7c0b2ec7c01e6ffd83aabbd282a3 | |
parent | e385d0661ecf8bc9ba95c4395d9a11262c2cbfec [diff] |
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.