Skip to content

bpo-40939: Restore some stable API functions incorrectly deleted #23606

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 3 commits into from
Dec 2, 2020

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Dec 2, 2020

Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Shouldn't you also get rid of PyCompileString on line 1241? Because that's just a typo.

@pablogsal
Copy link
Member Author

Shouldn't you also get rid of PyCompileString on line 1241? Because that's just a typo.

Done in 4989ebe

Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Have you double checked that all these signatures match? (I haven't, I just trust that you know what you're doing. :-)

@pablogsal
Copy link
Member Author

pablogsal commented Dec 2, 2020

Have you double checked that all these signatures match?

I have restored them as they were before the removal (so they should match whatever state they were in 3.8/3.9) and then I checked that all of them appear in Include/pythonrun.h (cross-match with 343ed0f) and that the signatures are correct. :)

@gvanrossum
Copy link
Member

gvanrossum commented Dec 2, 2020 via email

@pablogsal pablogsal merged commit 46bd5ed into python:master Dec 2, 2020
@pablogsal pablogsal deleted the bpo-40939 branch December 2, 2020 05:16
@python python deleted a comment from bedevere-bot Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants