]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123958: apply docstring removal optimization in ast_opt instead of codegen (#123959)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 11 Sep 2024 17:02:28 +0000 (18:02 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 17:02:28 +0000 (17:02 +0000)
commite07154fd1e3152a758cf9b476257a4ffdc48dfc6
tree8b87945e8a066bf948e8dea25ba78a6df8591bab
parent2938c3dec99390087490124c2ef50e1592671e72
gh-123958: apply docstring removal optimization in ast_opt instead of codegen (#123959)
Doc/whatsnew/3.14.rst
Lib/test/test_compile.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-11-15-48-36.gh-issue-123958.5VW2r0.rst [new file with mode: 0644]
Python/ast_opt.c
Python/codegen.c