We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0c40fa6
Fix ConjureHTTPError pickling crash in multiprocessing
Override __reduce__ to bypass __init__ on reconstruction, matching the existing __copy__ fix from #167. (#178)
__reduce__
__init__
__copy__