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 theller
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, roudkerk, theller
Date 2008-06-18.18:13:44
SpamBayes Score 0.011490341
Marked as misclassified No
Message-id <48595052.3020109@ctypes.org>
In-reply-to <1213803983.72.0.291871675284.issue3125@psf.upfronthosting.co.za>
Content
roudkerk schrieb:
> roudkerk <r.m.oudkerk@gmail.com> added the comment:
> 
> This patch to sharedctypes should fix the problem by adding a
> __reduce_ex__() method to a shared ctype object instead of using copy_reg.

I can confirm that the patch fixes the problem on Windows (running test_ctypes
before test_multiprocessing).

However, the patch did not apply cleanly to current SVN trunk - I had to manually
patch the code.  I'll attach the patch that I have now when I run 'svn diff' as
multiprocessing.patch (hope it works, sending as email attachment).
Files
File name Uploaded
multiprocessing.patch theller, 2008-06-18.18:13:41
History
Date User Action Args
2008-06-18 18:13:47thellersetspambayes_score: 0.0114903 -> 0.011490341
recipients: + theller, amaury.forgeotdarc, Rhamphoryncus, roudkerk, jnoller
2008-06-18 18:13:45thellerlinkissue3125 messages
2008-06-18 18:13:44thellercreate