summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2024-09-11 17:02:28 (GMT)
committerGitHub <noreply@github.com>2024-09-11 17:02:28 (GMT)
commite07154fd1e3152a758cf9b476257a4ffdc48dfc6 (patch)
tree8b87945e8a066bf948e8dea25ba78a6df8591bab /Misc/NEWS.d/next
parent2938c3dec99390087490124c2ef50e1592671e72 (diff)
downloadcpython-e07154fd1e3152a758cf9b476257a4ffdc48dfc6.zip
cpython-e07154fd1e3152a758cf9b476257a4ffdc48dfc6.tar.gz
cpython-e07154fd1e3152a758cf9b476257a4ffdc48dfc6.tar.bz2
gh-123958: apply docstring removal optimization in ast_opt instead of codegen (#123959)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core_and_Builtins/2024-09-11-15-48-36.gh-issue-123958.5VW2r0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-09-11-15-48-36.gh-issue-123958.5VW2r0.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-11-15-48-36.gh-issue-123958.5VW2r0.rst
new file mode 100644
index 0000000..fc2623a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-11-15-48-36.gh-issue-123958.5VW2r0.rst
@@ -0,0 +1 @@
+docstrings are now removed from the optimized AST in optimization level 2.