Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Json packer: handle TypeError and fallback to old json_clean #752

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

martinRenou
Copy link
Member

@martinRenou martinRenou commented Mar 7, 2022

TypeError are raised when the dictionaries contain invalid keys, which json_clean used to handle so we can fallback to it.

cc. @minrk

@blink1073 blink1073 added the bug label Mar 7, 2022
Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit c5c0b80 into jupyter:main Mar 7, 2022
@martinRenou martinRenou deleted the json_packer_handle_typeerror branch March 7, 2022 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants