Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17ecd1d

Browse files
committed
Document speedup in whatsnew
1 parent 3572842 commit 17ecd1d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Doc/whatsnew/3.4.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,17 @@ Major performance enhancements have been added:
506506

507507
(Contributed by Raymond Hettinger in :issue"`18771`.)
508508

509+
* The interpreter starts about 30% faster. A couple of measures lead to the
510+
speedup. The interpreter loads less modules on startup, e.g. the :mod:`re`,
511+
:mod:`collections` and :mod:`locale` modules and their dependencies are no
512+
longer imported by default. The marshal module has been improved to load
513+
compiled Python code faster.
514+
515+
(Contributed by Antoine Pitrou, Christian Heimes and Victor Stinner in
516+
:issue:`19219`, :issue:`19218`, :issue:`19209`, :issue:`19205` and
517+
:issue:`9548`)
518+
519+
509520

510521
Build and C API Changes
511522
=======================

0 commit comments

Comments
 (0)