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 gregory.p.smith
Recipients JohanAR, davin, gregory.p.smith, gvanrossum, itamarst, ncoghlan, pitrou, python-dev, rhettinger, sbt, serhiy.storchaka, tim.peters, yselivanov, zzzeek
Date 2017-09-05.21:21:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504646514.11.0.279806038655.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
FYI - here is an appropriately licensed (WTFPL) very simple lock-free queue implemented in C: https://github.com/darkautism/lfqueue
History
Date User Action Args
2017-09-05 21:21:54gregory.p.smithsetrecipients: + gregory.p.smith, gvanrossum, tim.peters, rhettinger, ncoghlan, pitrou, zzzeek, python-dev, sbt, serhiy.storchaka, JohanAR, yselivanov, itamarst, davin
2017-09-05 21:21:54gregory.p.smithsetmessageid: <1504646514.11.0.279806038655.issue14976@psf.upfronthosting.co.za>
2017-09-05 21:21:54gregory.p.smithlinkissue14976 messages
2017-09-05 21:21:54gregory.p.smithcreate