]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022)
authorGuido van Rossum <guido@python.org>
Sun, 28 Jun 2020 00:34:30 +0000 (17:34 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 00:34:30 +0000 (17:34 -0700)
commit2a1ee1d970460047bd88da9638f8c1789431d9ab
treef9d788be367da763dc8d712b78aa5005c3d0dd35
parentdab533d0ee067159812d4ea51f6fbbb1bd37d8b7
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022)
Lib/test/test_capi.py
Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-16-25.bpo-35975.UDHCHp.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Parser/pegen/pegen.c
Python/ast.c
Python/pythonrun.c