Klaus Wolf added the comment:
A documented misbheavior is still a misbehavior.
--
___
Python tracker
<http://bugs.python.org/issue30135>
___
___
Python-bugs-list m
New submission from Klaus Wolf:
Two function results differ if the parameter is given explictly instead of
using the given default.
(Enclosed example: A small simple interpreter of Forth language, both scripts
should give the same result, but the first one (variant1) fails because the
value
Klaus Wolf added the comment:
You want to say: It doesn't work, but it is somehow intentional because you
never used id, correct?
--
___
Python tracker
<http://bugs.python.org/is
Klaus Wolf added the comment:
Please reopen this bug. To answer the question: "Why on Earth would you want to
serialize a hashlib object?" : multiprocessing.connection.ForkingPickler wants.
I.e. if you want to parallelize your hash calculations, this will obstruct you