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 tobami
Recipients Thorney, bobbyi, dpranke, gdb, jnoller, mattheww, tobami
Date 2011-05-04.09:51:25
SpamBayes Score 0.00049248175
Marked as misclassified No
Message-id <1304502686.69.0.0531015368418.issue4106@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm this but with Python 2.7.1 on Ubuntu 11.04 64bit

My code was working with a queue that was being fed a two-string tuple.
When i changed it to contain my custom Objects, it still worked correctly, but the main program doesn't end until it raises the exception in QueueFeederThread
History
Date User Action Args
2011-05-04 09:51:26tobamisetrecipients: + tobami, mattheww, jnoller, Thorney, bobbyi, gdb, dpranke
2011-05-04 09:51:26tobamisetmessageid: <1304502686.69.0.0531015368418.issue4106@psf.upfronthosting.co.za>
2011-05-04 09:51:25tobamilinkissue4106 messages
2011-05-04 09:51:25tobamicreate