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 andy_js
Recipients Pierrick.Koch, andy_js, giampaolo.rodola, xdegaye
Date 2013-06-13.10:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371120321.22.0.0774664506474.issue17925@psf.upfronthosting.co.za>
In-reply-to
Content
I think you mean:

    self.producer_fifo.extendleft([data, first])

Instead of:

    self.producer_fifo.extendleft([first, data])

No?
History
Date User Action Args
2013-06-13 10:45:21andy_jssetrecipients: + andy_js, giampaolo.rodola, xdegaye, Pierrick.Koch
2013-06-13 10:45:21andy_jssetmessageid: <1371120321.22.0.0774664506474.issue17925@psf.upfronthosting.co.za>
2013-06-13 10:45:21andy_jslinkissue17925 messages
2013-06-13 10:45:21andy_jscreate