[3.8] bpo-35766: compile(): rename feature_version parameter (GH-13994) by vstinner · Pull Request #14001 · 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.

(cherry picked from commit efdf6ca)

@vstinner vstinner deleted the compile_feature_version38 branch

June 12, 2019 14:17