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 2008年07月23日 15:48 by georg.brandl, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg70176 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年07月23日 15:48 | |
multiprocessing's new ForkingPickler uses Pickler's dispatch attribute which is only present in the Python version, not the C one. As a result, a straightforward merge isn't possible. |
|||
| msg70184 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2008年07月23日 23:46 | |
Duplicate of issue3385 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:36 | admin | set | github: 47681 |
| 2008年07月23日 23:46:39 | alexandre.vassalotti | set | status: open -> closed resolution: duplicate superseder: cPickle to pickle conversion in py3k missing methods messages: + msg70184 |
| 2008年07月23日 15:48:17 | georg.brandl | create | |