We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6f3d7 commit 78b2abcCopy full SHA for 78b2abc
Doc/whatsnew/3.11.rst
@@ -95,6 +95,9 @@ Optimizations
95
fast as corresponding f-string expression.
96
(Contributed by Serhiy Storchaka in :issue:`28307`.)
97
98
+* "Zero-cost" exceptions are implemented. The cost of ``try`` statements is
99
+ almost eliminated when no exception is raised.
100
+ (Contributed by Mark Shannon in :issue:`40222`.)
101
102
Build and C API Changes
103
=======================
0 commit comments