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-37253: Remove PyAST_obj2mod_ex() function #14020

Merged
merged 1 commit into from
Jun 13, 2019
Merged

bpo-37253: Remove PyAST_obj2mod_ex() function #14020

merged 1 commit into from
Jun 13, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 12, 2019

PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional
'feature_version' parameter which is unused.

https://bugs.python.org/issue37253

PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional
'feature_version' parameter which is unused.
@vstinner
Copy link
Member Author

@gvanrossum, @ilevkivskyi: I understand that PyAST_obj2mod_ex() used its feature_version parameter, but it doesn't anymore, and so it's now safe to remove the function. Would you mind to have a look?

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.

👍

@vstinner vstinner merged commit 022ac0a into python:master Jun 13, 2019
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@vstinner vstinner deleted the ast_obj2mod_ex branch June 13, 2019 07:18
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 13, 2019
PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional
'feature_version' parameter which is unused.
(cherry picked from commit 022ac0a)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@bedevere-bot
Copy link

GH-14044 is a backport of this pull request to the 3.8 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.8 only security fixes label Jun 13, 2019
miss-islington added a commit that referenced this pull request Jun 13, 2019
PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional
'feature_version' parameter which is unused.
(cherry picked from commit 022ac0a)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional
'feature_version' parameter which is unused.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional
'feature_version' parameter which is unused.
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.

5 participants