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-09-02.18:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504376742.62.0.573881754333.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
Just a random thought: if there was a SimpleQueue class with very basic functionality (only FIFO, only get(), put() and empty(), no size limit, no task management), it would be easier to make it reentrant using C.

(FTR, multiprocessing also has a light-weight SimpleQueue)
History
Date User Action Args
2017-09-02 18:25:42pitrousetrecipients: + pitrou, gvanrossum, tim.peters, rhettinger, ncoghlan, zzzeek, python-dev, sbt, serhiy.storchaka, JohanAR, yselivanov, itamarst, davin
2017-09-02 18:25:42pitrousetmessageid: <1504376742.62.0.573881754333.issue14976@psf.upfronthosting.co.za>
2017-09-02 18:25:42pitroulinkissue14976 messages
2017-09-02 18:25:42pitroucreate