Issue 3431: multiprocessing uses Pickler.dispatch which isn't in 3.0 _pickle (original) (raw)
Issue3431
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) * ![]() |
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) * ![]() |
Date: 2008-07-23 23:46 |
Duplicate of |
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 -> closedresolution: duplicatesuperseder: cPickle to pickle conversion in py3k missing methodsmessages: + |
2008-07-23 15:48:17 | georg.brandl | create |