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 roudkerk
Recipients Rhamphoryncus, jnoller, roudkerk, theller
Date 2008-06-18.15:45:18
SpamBayes Score 0.0641704
Marked as misclassified No
Message-id <1213803983.72.0.291871675284.issue3125@psf.upfronthosting.co.za>
In-reply-to
Content
This patch to sharedctypes should fix the problem by adding a
__reduce_ex__() method to a shared ctype object instead of using copy_reg.
History
Date User Action Args
2008-06-18 15:46:24roudkerksetspambayes_score: 0.0641704 -> 0.0641704
recipients: + roudkerk, theller, Rhamphoryncus, jnoller
2008-06-18 15:46:23roudkerksetspambayes_score: 0.0641704 -> 0.0641704
messageid: <1213803983.72.0.291871675284.issue3125@psf.upfronthosting.co.za>
2008-06-18 15:45:22roudkerklinkissue3125 messages
2008-06-18 15:45:22roudkerkcreate