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

bpo-32894: Support unparsing of infinity numbers in ast_unparser.c #17426

Merged
merged 12 commits into from
Apr 13, 2020

Conversation

isidentical
Copy link
Member

@isidentical isidentical commented Dec 1, 2019

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@isidentical
Copy link
Member Author

I have made the requested changes; please review again

@bedevere-bot
Copy link

Thanks for making the requested changes!

@serhiy-storchaka: please review the changes made to this pull request.

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@isidentical
Copy link
Member Author

I have made the requested changes; please review again

@bedevere-bot
Copy link

Thanks for making the requested changes!

@pablogsal, @serhiy-storchaka: please review the changes made to this pull request.

@isidentical isidentical force-pushed the bpo-32894 branch 2 times, most recently from 3c9c439 to 3ed11d3 Compare December 3, 2019 14:49
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

The PR is almost good. Just two last minor remarks. I'm not sure why interning was used in the first place. Does someone recall the rationale for interning strings?

@isidentical isidentical force-pushed the bpo-32894 branch 2 times, most recently from c719152 to eeb8328 Compare March 31, 2020 17:55
@isidentical
Copy link
Member Author

@vstinner @serhiy-storchaka can I get a re-review (or possibly a merge) for this. This is blocking me on another bugfix related C unparser.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM.

@vstinner vstinner dismissed serhiy-storchaka’s stale review April 13, 2020 22:50

@isidentical addressed Serhiy's review.

@vstinner vstinner merged commit 258f517 into python:master Apr 13, 2020
@vstinner
Copy link
Member

Merged, thanks @isidentical!

@isidentical
Copy link
Member Author

Thank you for merge @vstinner.

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.

6 participants