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
From reading #245, looks like cpython internally doing type check, not class check. The thing is I can't really touch json.dumps call site for my use case (and maybe json.JsonEncoder.default). Unsure how to go about this.
From reading #245, looks like cpython internally doing type check, not class check. The thing is I can't really touch
json.dumpscall site for my use case (and maybejson.JsonEncoder.default). Unsure how to go about this.