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 vstinner
Recipients davin, grzgrzgrz3, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-10.11:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497093015.41.0.0712511761038.issue30595@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 1b7863c3b6519c6e134c28cab8b8af0dea43e375 by Victor Stinner in branch 'master':
bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
https://github.com/python/cpython/commit/1b7863c3b6519c6e134c28cab8b8af0dea43e375
History
Date User Action Args
2017-06-10 11:10:15vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, davin, grzgrzgrz3
2017-06-10 11:10:15vstinnersetmessageid: <1497093015.41.0.0712511761038.issue30595@psf.upfronthosting.co.za>
2017-06-10 11:10:15vstinnerlinkissue30595 messages
2017-06-10 11:10:15vstinnercreate