summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2020-06-20 17:23:22 -0700
committerGuido van Rossum <guido@python.org>2020-06-20 17:23:22 -0700
commit2235257bf3dd7640ef4e5ccea16ed8f70a80052b (patch)
tree8b914d6c5227614658c7789f681608b262b36e63
parent05e8a550e14912fe2152862d97876f362c6b1bb9 (diff)
downloadcpython-git-2235257bf3dd7640ef4e5ccea16ed8f70a80052b.tar.gz
Add blurb
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst
new file mode 100644
index 0000000000..f44a90e783
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst
@@ -0,0 +1,3 @@
+Stefan Behnel reported that cf_feature_version is used even when
+PyCF_ONLY_AST is not set. This is against the intention and against the
+documented behavior, so I fixed it.