[New-bugs-announce] [issue3325] use of cPickle in multiprocessing

Andrii V. Mishkovskyi report at bugs.python.org
Wed Jul 9 14:01:24 CEST 2008


New submission from Andrii V. Mishkovskyi <mishok13 at gmail.com>:

There are two places in multiprocessing where cPickle (gone from py3k
already) is used.
Both of them are in try .. except, so they don't break code.
Here is a patch that removes these uses.

----------
components: Library (Lib)
messages: 69463
nosy: jnoller, mishok13, roudkerk
severity: normal
status: open
title: use of cPickle in multiprocessing
versions: Python 3.0

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


More information about the New-bugs-announce mailing list