Replies: 3 comments
|
Hello! I'm chiming in to support a resolution of this issue, httpx is a popular package and we often end up with pickle errors when exceptions are serialized. I'm happy to send a pull request to address if there is consensus. |
0 replies
|
A pull request was opened to address the issue #3108 |
0 replies
|
@tomchristie could you take another look at #3108? Looks like it addressed all comments. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm often using
httpxwith multiprocessing queues and such, and wheneverhttpxthrows I get an exception similar to this one. Adding proper__reduce__methods to the exceptions, like explained here would mitigate this issue completely.Here's a concrete example of the error occurring:
I'm offering to contribute this functionality if the maintainers are willing to merge it.
All reactions