bpo-35766: compile(): rename feature_version parameter by vstinner · Pull Request #13994 · python/cpython

@vstinner

Rename compile() feature_version parameter to _feature_version and
convert it to a keyword-only parameter.

Update also test_type_comments to pass feature_version as a tuple.

ilevkivskyi

@vstinner vstinner deleted the compile_feature_version branch

June 12, 2019 00:52

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 12, 2019
Rename compile() feature_version parameter to _feature_version and
convert it to a keyword-only parameter.

Update also test_type_comments to pass feature_version as a tuple.
(cherry picked from commit efdf6ca)

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

vstinner added a commit that referenced this pull request

Jun 12, 2019
…-14001)

Rename compile() feature_version parameter to _feature_version and
convert it to a keyword-only parameter.

Update also test_type_comments to pass feature_version as a tuple.

(cherry picked from commit efdf6ca)

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
Rename compile() feature_version parameter to _feature_version and
convert it to a keyword-only parameter.

Update also test_type_comments to pass feature_version as a tuple.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Rename compile() feature_version parameter to _feature_version and
convert it to a keyword-only parameter.

Update also test_type_comments to pass feature_version as a tuple.