Re: [Python-Dev] deepcopy

2008-06-27 Thread Amaury Forgeot d'Arc
Walter Bender wrote: Hello togehter, > > I get an error while doing a deep copy of an "event". An event is an object, > with has a lot of __dict__["attr"] = Event("SAMPLE") OTHER Events added to > the object (no self refence) and store additional __dict__["attr2"] = 2 > informations. > > deep cop

[Python-Dev] deepcopy

2008-06-27 Thread Walter Bender
Hello togehter, I get an error while doing a deep copy of an "event". An event is an object, with has a lot of __dict__["attr"] = Event("SAMPLE") OTHER Events added to the object (no self refence) and store additional __dict__["attr2"] = 2 informations. deep c