TypeError: cannot pickle
when attempting to copy.deepcopy an object with a Cookies object
#3259
Unanswered
mborsetti
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This should be self-explanatory:
Deepcopying an object containing request's CaseInsensitiveDict (which holds cookies) or httpx Headers does not throw an Exception.
Beta Was this translation helpful? Give feedback.
All reactions