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: Document PyCompilerFlags.cf_feature_version#14019

Merged
vstinner merged 2 commits into
python:masterpython/cpython:masterfrom
vstinner:compiler_flags_docCopy head branch name to clipboard
Jun 13, 2019
Merged

bpo-37253: Document PyCompilerFlags.cf_feature_version#14019
vstinner merged 2 commits into
python:masterpython/cpython:masterfrom
vstinner:compiler_flags_docCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Jun 12, 2019

Copy link
Copy Markdown
Member
  • Update PyCompilerFlags structure documentation.
  • Document the new cf_feature_version field in the Changes in the C
    API section of the What's New in Python 3.8 doc.

https://bugs.python.org/issue37253

* Update PyCompilerFlags structure documentation.
* Document the new cf_feature_version field in the Changes in the C
  API section of the What's New in Python 3.8 doc.
@vstinner

Copy link
Copy Markdown
Member Author

I'm not sure if the new field must be documented, since it's ignored by default and used if and only if PyCF_ONLY_AST flag is used.

But PyCF_ONLY_AST flag must not be used in functions documented at:
https://docs.python.org/dev/c-api/veryhigh.html

@vstinner vstinner merged commit 2c9b498 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 compiler_flags_doc branch June 13, 2019 00:01
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 13, 2019
* Update PyCompilerFlags structure documentation.
* Document the new cf_feature_version field in the Changes in the C
  API section of the What's New in Python 3.8 doc.
(cherry picked from commit 2c9b498)

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

Copy link
Copy Markdown

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

vstinner added a commit that referenced this pull request Jun 13, 2019
… (GH-14038)

* Update PyCompilerFlags structure documentation.
* Document the new cf_feature_version field in the Changes in the C
  API section of the What's New in Python 3.8 doc.

(cherry picked from commit 2c9b498)
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
* Update PyCompilerFlags structure documentation.
* Document the new cf_feature_version field in the Changes in the C
  API section of the What's New in Python 3.8 doc.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
* Update PyCompilerFlags structure documentation.
* Document the new cf_feature_version field in the Changes in the C
  API section of the What's New in Python 3.8 doc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

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