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 michael.foord
Recipients gregory.p.smith, michael.foord, spiv
Date 2009-04-02.04:55:55
SpamBayes Score 0.011641023
Marked as misclassified No
Message-id <1238648161.87.0.251376309548.issue5660@psf.upfronthosting.co.za>
In-reply-to
Content
This is a workaround:

import copy
copy._deepcopy_dispatch[types.MethodType] = copy._deepcopy_atomic
History
Date User Action Args
2009-04-02 04:56:06michael.foordsetrecipients: + michael.foord, gregory.p.smith, spiv
2009-04-02 04:56:01michael.foordsetmessageid: <1238648161.87.0.251376309548.issue5660@psf.upfronthosting.co.za>
2009-04-02 04:55:59michael.foordlinkissue5660 messages
2009-04-02 04:55:56michael.foordcreate