You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to send an exception and tracebacks serialized to json then reconstitute on the other side, while avoiding the pickle module ?
I'm looking at implementing RCF 9457, which is about sending exception info over the wire - it can have extra fields, so ideally I could send all this info over, but avoiding pickle.
The text was updated successfully, but these errors were encountered:
Is it possible to send an exception and tracebacks serialized to json then reconstitute on the other side, while avoiding the pickle module ?
I'm looking at implementing RCF 9457, which is about sending exception info over the wire - it can have extra fields, so ideally I could send all this info over, but avoiding pickle.
The text was updated successfully, but these errors were encountered: