[issue8323] multiprocessing.Queue ignores pickle restrictions in .put()

Robin Schoonover report at bugs.python.org
Tue Apr 6 00:52:08 CEST 2010


Robin Schoonover <end at cornhooves.org> added the comment:

Since these sort of buffer objects don't exist in 3.x (so far as I know), I came up with a different way to test in 3.x (basically, trying to pickle bound or unbound methods).

It turns out that using this method to test it in 2.6 seems to fail where it should (in .put()), so if there's some sort of object that isn't pickleable in the same way as buffer that exists in 3.x, it should be tested to see if this specific problem is actually confined to 2.6 or not.

----------

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


More information about the Python-bugs-list mailing list