[issue7503] multiprocessing AuthenticationError "digest sent was rejected" when pickling proxy

Ned Deily report at bugs.python.org
Wed Feb 26 21:50:37 CET 2014


Ned Deily added the comment:

[Note, due to a bug tracker error now fixed, s couple of comments made to this issue earlier today were dropped.  I'm manually adding them here on behalf of the original submitters.]

At Wed Feb 26 17:05:01 CET 2014, Paul Tunison added the comment:

I can confirm that this is still an issue with python 2.7.5. My method of resolving this locally is similar to xhantu's. I created a sub-class of BaseProxy, overriding the __reduce__ method and injecting the authkey into the appropriate spot in the super method's returned content.

----------
nosy: +Paul.Tunison, ned.deily, sbt

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


More information about the Python-bugs-list mailing list