]> granicus.if.org Git - python/commit
Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and...
authorJesse Noller <jnoller@gmail.com>
Wed, 16 Jul 2008 14:32:36 +0000 (14:32 +0000)
committerJesse Noller <jnoller@gmail.com>
Wed, 16 Jul 2008 14:32:36 +0000 (14:32 +0000)
commit13e9d582fd55c3f680cbe9d3d4c219722a484d92
tree8fd06a37d7646bdb48d3699ac38d3c35d1a8857c
parenta6c5dc07f46c21f3fab81ce44321239378c09548
Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes
Lib/multiprocessing/forking.py
Lib/multiprocessing/managers.py
Lib/multiprocessing/reduction.py
Lib/multiprocessing/sharedctypes.py
Lib/multiprocessing/util.py
Misc/NEWS