[issue30135] default value of argument seems to be overwritten

2017-04-22 Thread Klaus Wolf
Klaus Wolf added the comment: A documented misbheavior is still a misbehavior. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30135] default value of argument seems to be overwritten

2017-04-21 Thread Klaus Wolf
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

[issue11771] hashlib object cannot be pickled

2014-07-01 Thread Klaus Wolf
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 your efforts. -- nosy

[issue11771] hashlib object cannot be pickled

2014-07-01 Thread Klaus Wolf
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 rep...@bugs.python.org http://bugs.python.org/issue11771