Vilnis Termanis <vilnis.terma...@googlemail.com> added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8037> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com