mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
(cherry picked from commit 3fb813d2c6
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
ca82e3c0ec
commit
034a945fa7
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ Optimizations
|
|||
* Constant folding is moved from peephole optimizer to new AST optimizer.
|
||||
(Contributed by Eugene Toder and INADA Naoki in :issue:`29469`)
|
||||
|
||||
* Most functions and methods in :mod:`abc` have been rewrittent in C.
|
||||
* Most functions and methods in :mod:`abc` have been rewritten in C.
|
||||
This makes creation of abstract base classes, and calling :func:`isinstance`
|
||||
and :func:`issubclass` on them 1.5x faster. This also reduces Python
|
||||
start-up time by up to 10%. (Contributed by Ivan Levkivskyi and INADA Naoki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue