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 jnoller
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, roudkerk, theller
Date 2008-07-16.14:35:42
SpamBayes Score 0.01797006
Marked as misclassified No
Message-id <1216218944.08.0.541739805294.issue3125@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-07-16 14:35:44jnollersetspambayes_score: 0.0179701 -> 0.01797006
recipients: + jnoller, theller, amaury.forgeotdarc, Rhamphoryncus, roudkerk
2008-07-16 14:35:44jnollersetspambayes_score: 0.0179701 -> 0.0179701
messageid: <1216218944.08.0.541739805294.issue3125@psf.upfronthosting.co.za>
2008-07-16 14:35:43jnollerlinkissue3125 messages
2008-07-16 14:35:42jnollercreate