Problem with copy.deepcopy and multiprocessing.Queue

Ian Kelly ian.g.kelly at gmail.com
Thu Oct 15 18:42:49 EDT 2015


On Thu, Oct 15, 2015 at 4:02 PM, James DeVincentis <admin at hexhost.net>
wrote:
>
> Anyone have any ideas? I feel like this could be a bug with the garbage
collector across multiprocessing.

I'll second MRAB's response from yesterday: could it just be reusing space
that it has recently freed?

As a debugging measure, what happens if you try to keep the objects in
memory, e.g. by adding them to some long-lived list? Do you start seeing
different addresses?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20151015/66d9e4dc/attachment.html>


More information about the Python-list mailing list