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.
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 -> closed resolution: fixed messages: + msg156107 stage: resolved |
| 2012年03月16日 23:28:44 | python-dev | set | nosy:
+ python-dev messages: + msg156105 |
| 2012年03月16日 23:16:32 | eric.araujo | set | nosy:
+ pitrou, alexandre.vassalotti, jnoller |
| 2012年03月16日 14:04:47 | sbt | create | |