Skip to content

Implement _json.encode_basestring{,_ascii} #1957

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

Merged
merged 4 commits into from
Jun 6, 2020

Conversation

coolreader18
Copy link
Member

No description provided.

@coolreader18 coolreader18 force-pushed the coolreader18/json-encode_basestring branch 2 times, most recently from 1f5bd3d to a9b8f58 Compare June 4, 2020 06:01
Copy link
Contributor

@palaviv palaviv left a comment

Choose a reason for hiding this comment

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

Looks good.

vm/src/vm.rs Outdated
@@ -1483,6 +1483,13 @@ impl VirtualMachine {
attr_name: impl TryIntoRef<PyString>,
attr_value: impl Into<PyObjectRef>,
) -> PyResult<()> {
// let attr_name = attr_name.try_into_ref(self)?;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be here?

@coolreader18 coolreader18 force-pushed the coolreader18/json-encode_basestring branch from a9b8f58 to 0fb79e1 Compare June 6, 2020 20:33
@coolreader18 coolreader18 merged commit 5f34c61 into master Jun 6, 2020
@coolreader18 coolreader18 deleted the coolreader18/json-encode_basestring branch June 7, 2020 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants