Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3572842 commit 17ecd1dCopy full SHA for 17ecd1d
1 file changed
Doc/whatsnew/3.4.rst
@@ -506,6 +506,17 @@ Major performance enhancements have been added:
506
507
(Contributed by Raymond Hettinger in :issue"`18771`.)
508
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
520
521
Build and C API Changes
522
=======================
0 commit comments