bpo-37253: Document PyCompilerFlags.cf_feature_version by vstinner · Pull Request #14019 · python/cpython

@vstinner

* 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

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>

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.