Author georg.brandl
Recipients alexandre.vassalotti, georg.brandl, jnoller
Date 2008-07-23.15:48:15
SpamBayes Score 0.01055
Marked as misclassified No
Message-id <1216828098.95.0.494752132051.issue3431@psf.upfronthosting.co.za>
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.01055
recipients: + georg.brandl, alexandre.vassalotti, jnoller
2008-07-23 15:48:19georg.brandlsetspambayes_score: 0.01055 -> 0.01055
messageid: <1216828098.95.0.494752132051.issue3431@psf.upfronthosting.co.za>
2008-07-23 15:48:17georg.brandllinkissue3431 messages
2008-07-23 15:48:16georg.brandlcreate