| commit | 3ce5af70e352b3a8fbea8e3f27464b6ca2d66ebd | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Mon Nov 05 17:40:48 2001 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Mon Nov 05 17:40:48 2001 +0000 |
| tree | 48a269d52db6299822267b674e5856f6d55cddbd | |
| parent | 9c2b514014da667e430b9118317876eb1f5e3367 [diff] |
copy(): Make sure the copy of a derived class cannot share the data of the original by replacing self.data temporarily, then using the update() method on the new mapping object to populate it. This closes SF bug #476616.