mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-40222: Mention zero-cost exceptions in whats-new for 3.11 (GH-26021)
This commit is contained in:
parent
cb6f3d7163
commit
78b2abca8e
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ Optimizations
|
||||||
fast as corresponding f-string expression.
|
fast as corresponding f-string expression.
|
||||||
(Contributed by Serhiy Storchaka in :issue:`28307`.)
|
(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
|
Build and C API Changes
|
||||||
=======================
|
=======================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue