mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
whatsnew/3.5: Mention issue 22464
(About the only new feature that was worth mentioning in whatsnew without a NEWS entry)
This commit is contained in:
parent
3013acc9e9
commit
88d073dad5
1 changed files with 3 additions and 0 deletions
|
@ -1355,6 +1355,9 @@ The following performance enhancements have been added:
|
||||||
* property() getter calls are up to 25% faster.
|
* property() getter calls are up to 25% faster.
|
||||||
(Contributed by Joe Jevnik in :issue:`23910`.)
|
(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
|
Build and C API Changes
|
||||||
=======================
|
=======================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue