mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-123958: apply docstring removal optimization in ast_opt instead of codegen (#123959)
This commit is contained in:
parent
2938c3dec9
commit
e07154fd1e
5 changed files with 47 additions and 23 deletions
|
@ -123,9 +123,11 @@ ast
|
|||
(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`.)
|
||||
|
||||
* Add support for :func:`copy.replace` for AST nodes.
|
||||
|
||||
(Contributed by Bénédikt Tran in :gh:`121141`.)
|
||||
|
||||
* Docstrings are now removed from an optimized AST in optimization level 2.
|
||||
(Contributed by Irit Katriel in :gh:`123958`.)
|
||||
|
||||
|
||||
ctypes
|
||||
------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue