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 vilnis.termanis
Recipients asksol, jnoller, meador.inge, vilnis.termanis
Date 2010-10-24.10:38:12
SpamBayes Score 1.1558777e-07
Marked as misclassified No
Message-id <1287916695.01.0.382628641553.issue8037@psf.upfronthosting.co.za>
In-reply-to
Content
The idea is to pickle the object immediately (i.e. when added) instead of when requested (dequeued). This means that any operations (even deletion) performed on the original object do not make changes to the item in the queue, before it has been dequeued.
Whether this is an acceptable solution I don't know.. it's just my proposal. The attached queue_example.py script illustrates what I mean.

Regards,
VT
History
Date User Action Args
2010-10-24 10:38:15vilnis.termanissetrecipients: + vilnis.termanis, jnoller, asksol, meador.inge
2010-10-24 10:38:15vilnis.termanissetmessageid: <1287916695.01.0.382628641553.issue8037@psf.upfronthosting.co.za>
2010-10-24 10:38:13vilnis.termanislinkissue8037 messages
2010-10-24 10:38:12vilnis.termaniscreate