]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023)
authorGuido van Rossum <guido@python.org>
Sun, 28 Jun 2020 00:35:05 +0000 (17:35 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 00:35:05 +0000 (17:35 -0700)
commite653369e76d7da6bcbcf1f09a141f47fb77df6c3
tree4b49461500a8246c0d2d5e3a1a592ee72ad6ddbc
parent749d3bc04177ff9e2ddfd58d919b84cb4f6cf894
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023)
Lib/test/test_capi.py
Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/ast.c
Python/pythonrun.c