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