This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Joseph.Siddall, ZackerySpytz, berker.peksag, davin, jnoller, pitrou, sbt, serhiy.storchaka, xtreak, zvyn
Date 2018-10-13.09:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539422774.19.0.788709270274.issue22872@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 0461704060474cb358d3495322950c4fd00616a0 by Serhiy Storchaka (Zackery Spytz) in branch 'master':
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010)
https://github.com/python/cpython/commit/0461704060474cb358d3495322950c4fd00616a0
History
Date User Action Args
2018-10-13 09:26:14serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, jnoller, sbt, berker.peksag, zvyn, Joseph.Siddall, davin, ZackerySpytz, xtreak
2018-10-13 09:26:14serhiy.storchakasetmessageid: <1539422774.19.0.788709270274.issue22872@psf.upfronthosting.co.za>
2018-10-13 09:26:14serhiy.storchakalinkissue22872 messages
2018-10-13 09:26:14serhiy.storchakacreate