On Thu, Oct 15, 2015 at 4:02 PM, James DeVincentis <ad...@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?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to