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 jnoller
Recipients exarkun, jnoller, ndfred, pitrou, rhettinger
Date 2009-01-23.02:48:00
SpamBayes Score 0.00087420165
Marked as misclassified No
Message-id <1232678882.62.0.0245597998703.issue4999@psf.upfronthosting.co.za>
In-reply-to
Content
On a put to the queue, the object is appended onto a deque (self._buffer) 
- this buffer is managed by a thread (_start_thread) which is handed the 
_feed method as the target. I suspect the bug is actually in the _feed 
method.
History
Date User Action Args
2009-01-23 02:48:02jnollersetrecipients: + jnoller, rhettinger, exarkun, pitrou, ndfred
2009-01-23 02:48:02jnollersetmessageid: <1232678882.62.0.0245597998703.issue4999@psf.upfronthosting.co.za>
2009-01-23 02:48:01jnollerlinkissue4999 messages
2009-01-23 02:48:00jnollercreate