On Feb 14, 12:31 pm, Rick Harris <[EMAIL PROTECTED]> wrote:
> I am working with an object, Context, that maintains an identity map
> by using the weakref.WeakValueDictionary. I would like to clone this
> Context object (and objects that may have a Context object) using
> copy.deepcopy(). When I try
On Feb 14, 12:31 pm, Rick Harris <[EMAIL PROTECTED]> wrote:
> I am working with an object, Context, that maintains an identity map
> by using the weakref.WeakValueDictionary. I would like to clone this
> Context object (and objects that may have a Context object) using
> copy.deepcopy(). When I try