summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.5.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index aec6da0..a38bbab 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1355,6 +1355,9 @@ The following performance enhancements have been added:
* property() getter calls are up to 25% faster.
(Contributed by Joe Jevnik in :issue:`23910`.)
+* Instantiation of :class:`fractions.Fraction` is now up to 30% faster.
+ (Contributed by Stefan Behnel in :issue:`22464`.)
+
Build and C API Changes
=======================