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-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags#21021

Merged
gvanrossum merged 4 commits into
masterpython/cpython:masterfrom
fix-cf-feature-versionpython/cpython:fix-cf-feature-versionCopy head branch name to clipboard
Jun 28, 2020
Merged

bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags#21021
gvanrossum merged 4 commits into
masterpython/cpython:masterfrom
fix-cf-feature-versionpython/cpython:fix-cf-feature-versionCopy head branch name to clipboard

Conversation

@gvanrossum

@gvanrossum gvanrossum commented Jun 20, 2020

Copy link
Copy Markdown
Member

Stefan Behnel reported that cf_feature_version is used even when
PyCF_ONLY_AST is not set. This is against the intention and against the
documented behavior, so it's been fixed. Includes a test contributed by Stefan.

https://bugs.python.org/issue35975

@gvanrossum

Copy link
Copy Markdown
Member Author

I've done manual backports -- should I keep the "needs backport to XXX" labels or ditch them?

@pablogsal

Copy link
Copy Markdown
Member

I've done manual backports -- should I keep the "needs backport to XXX" labels or ditch them?

Let's remove them, because if not the bots will create PRs on merge

@@ -0,0 +1,3 @@
Stefan Behnel reported that cf_feature_version is used even when
PyCF_ONLY_AST is not set. This is against the intention and against the
documented behavior, so I fixed it.

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.

is it possible to avoid "I" in the NEWS entry? At least, replace it with Guido. Otherwise, it's unclear who is "I".

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I'll change this to "so it's been fixed."

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.

Thanks :-)

@gvanrossum gvanrossum merged commit 9d197c7 into master Jun 28, 2020
@gvanrossum gvanrossum deleted the fix-cf-feature-version branch June 28, 2020 00:33
@bedevere-bot

Copy link
Copy Markdown

@gvanrossum: Please replace # with GH- in the commit message next time. Thanks!

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.

5 participants

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