mirror of https://github.com/python/cpython
bpo-40222: Mention zero-cost exceptions in whats-new for 3.11 (GH-26021)
This commit is contained in:
parent
cb6f3d7163
commit
78b2abca8e
|
@ -95,6 +95,9 @@ Optimizations
|
|||
fast as corresponding f-string expression.
|
||||
(Contributed by Serhiy Storchaka in :issue:`28307`.)
|
||||
|
||||
* "Zero-cost" exceptions are implemented. The cost of ``try`` statements is
|
||||
almost eliminated when no exception is raised.
|
||||
(Contributed by Mark Shannon in :issue:`40222`.)
|
||||
|
||||
Build and C API Changes
|
||||
=======================
|
||||
|
|
Loading…
Reference in New Issue