[issue3125] test_multiprocessing causes test_ctypes to fail

Jesse Noller report at bugs.python.org
Wed Jul 16 16:35:44 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

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)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3125>
_______________________________________


More information about the Python-bugs-list mailing list