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 pitrou
Recipients JohanAR, davin, gvanrossum, itamarst, ncoghlan, pitrou, python-dev, rhettinger, sbt, serhiy.storchaka, tim.peters, yselivanov, zzzeek
Date 2017-08-18.15:34:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503070450.59.0.0285498615249.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
Also, to elaborate a bit, I don't think we should aim to make Queue fully reentrant, as that would be extremely involved.  I think we can settle on the simpler goal of making put() reentrant for unbounded LIFO and FIFO queues, which is what most people care about (and which is incidentally what the posted patch claims to do).
History
Date User Action Args
2017-08-18 15:34:10pitrousetrecipients: + pitrou, gvanrossum, tim.peters, rhettinger, ncoghlan, zzzeek, python-dev, sbt, serhiy.storchaka, JohanAR, yselivanov, itamarst, davin
2017-08-18 15:34:10pitrousetmessageid: <1503070450.59.0.0285498615249.issue14976@psf.upfronthosting.co.za>
2017-08-18 15:34:10pitroulinkissue14976 messages
2017-08-18 15:34:10pitroucreate