commit | f9445a391e6a91103fbe88bff4d3adc07f526c73 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Jun 13 02:40:41 2019 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 13 02:40:41 2019 +0200 |
tree | 51260abaf0f407e54a25af8c745cbc4743666347 | |
parent | 92e836c7dcaf74f7b8617250414224d24d1eb1f2 [diff] |
[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (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 2c9b498759f4fc74da82a0a96d059d666fa73f16)