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.

作者 jnoller
收信人 Rhamphoryncus, amaury.forgeotdarc, jnoller, roudkerk, theller
日期 2008-07-16.14:35:42
SpamBayes Score 0.01797006
Marked as misclassified
Message-id <1216218944.08.0.541739805294.issue3125@psf.upfronthosting.co.za>
In-reply-to
内容
Amaury's patch is applied in r65016 to trunk, all tests pass 

This needs to be merged forward, and then Lib/multiprocessing/managers.py in py3k has to have:

      for view_type in view_types:
         copy_reg.pickle(view_type, rebuild_as_list)

changed to:

      for view_type in view_types:
         ForkingPickler.register(view_type, rebuild_as_list)
历史
日期 用户 动作 参数
2008-07-16 14:35:44jnoller修改spambayes_score: 0.0179701 -> 0.01797006
recipients: + jnoller, theller, amaury.forgeotdarc, Rhamphoryncus, roudkerk
2008-07-16 14:35:44jnoller修改spambayes_score: 0.0179701 -> 0.0179701
messageid: <1216218944.08.0.541739805294.issue3125@psf.upfronthosting.co.za>
2008-07-16 14:35:43jnoller链接issue3125 messages
2008-07-16 14:35:42jnoller创建