bpo-40222: Mention zero-cost exceptions in whats-new for 3.11 (GH-26021)

This commit is contained in:
Mark Shannon 2021-05-12 11:31:48 +01:00 committed by GitHub
parent cb6f3d7163
commit 78b2abca8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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
=======================