Issue 14335: Reimplement multiprocessing's ForkingPickler using dispatch_table (original) (raw)

Issue14335

Created on 2012-03-16 14:04 by sbt, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mp_forking_pickler.patch sbt,2012-03-16 14:04 review
Messages (3)
msg156028 - (view) Author: Richard Oudkerk (sbt) * (Python committer) Date: 2012-03-16 14:04
The attached patch reimplements ForkingPickler using the new dispatch_table attribute. This allows ForkingPickler to subclass Pickler (implemented in C) instead of _Pickler (implemented in Python).
msg156105 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-16 23:28
New changeset b2a8310de718 by Antoine Pitrou in branch 'default': Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. http://hg.python.org/cpython/rev/b2a8310de718
msg156107 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-03-16 23:31
Thanks for this! Committed now.
History
Date User Action Args
2022-04-11 14:57:28 admin set github: 58543
2012-03-16 23:31:06 pitrou set status: open -> closedresolution: fixedmessages: + stage: resolved
2012-03-16 23:28:44 python-dev set nosy: + python-devmessages: +
2012-03-16 23:16:32 eric.araujo set nosy: + pitrou, alexandre.vassalotti, jnoller
2012-03-16 14:04:47 sbt create