Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
and news
  • Loading branch information
iritkatriel committed Sep 16, 2024
commit a465a7711084ab4320dd8a373d513b01e057a82e
2 changes: 2 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ ast
* Docstrings are now removed from an optimized AST in optimization level 2.
(Contributed by Irit Katriel in :gh:`123958`.)

* Assertions are now removed from an optimized AST in optimization level > 0.
(Contributed by Irit Katriel in :gh:`123958`.)

ctypes
------
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Assertions are now removed from an optimized AST in optimization level > 0.y