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 georg.brandl
Recipients alexandre.vassalotti, georg.brandl, jnoller
Date 2008-07-23.15:48:15
SpamBayes Score 0.010550042
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
multiprocessing's new ForkingPickler uses Pickler's dispatch attribute
which is only present in the Python version, not the C one. As a result,
a straightforward merge isn't possible.
History
Date User Action Args
2008-07-23 15:48:19georg.brandlsetspambayes_score: 0.01055 -> 0.010550042
recipients: + georg.brandl, alexandre.vassalotti, jnoller
2008-07-23 15:48:19georg.brandlsetspambayes_score: 0.01055 -> 0.01055
messageid: <[email protected]>
2008-07-23 15:48:17georg.brandllinkissue3431 messages
2008-07-23 15:48:16georg.brandlcreate