[New-bugs-announce] [issue3431] multiprocessing uses Pickler.dispatch which isn't in 3.0 _pickle

Georg Brandl report at bugs.python.org
Wed Jul 23 17:48:19 CEST 2008


New submission from Georg Brandl <georg at python.org>:

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.

----------
assignee: jnoller
components: Library (Lib)
messages: 70176
nosy: alexandre.vassalotti, georg.brandl, jnoller
severity: normal
status: open
title: multiprocessing uses Pickler.dispatch which isn't in 3.0 _pickle
versions: Python 3.0, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3431>
_______________________________________


More information about the New-bugs-announce mailing list