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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
A pull request was opened to address the issue #3108 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tomchristie could you take another look at #3108? Looks like it addressed all comments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm often using
httpx
with multiprocessing queues and such, and wheneverhttpx
throws 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.
Beta Was this translation helpful? Give feedback.
All reactions