Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-37253: Remove PyAST_obj2mod_ex() function#14020

Merged
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:ast_obj2mod_exCopy head branch name to clipboard
Jun 13, 2019
Merged

bpo-37253: Remove PyAST_obj2mod_ex() function#14020
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:ast_obj2mod_exCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Jun 12, 2019

Copy link
Copy Markdown
Member

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
Copy Markdown
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?

@gvanrossum gvanrossum left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown

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

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.