This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients barry, r.david.murray, vajrasky
Date 2014-02-08.14:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391869314.0.0.300191114822.issue19772@psf.upfronthosting.co.za>
In-reply-to
Content
I'm guessing the problem is that copy is a shallow copy, and message objects can be deeply nested.  Doing a deepcopy might work, but as things are currently, that could cost a lot of memory, so I don't want to do that.
History
Date User Action Args
2014-02-08 14:21:54r.david.murraysetrecipients: + r.david.murray, barry, vajrasky
2014-02-08 14:21:54r.david.murraysetmessageid: <1391869314.0.0.300191114822.issue19772@psf.upfronthosting.co.za>
2014-02-08 14:21:53r.david.murraylinkissue19772 messages
2014-02-08 14:21:53r.david.murraycreate