We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9154a commit cd27af7Copy full SHA for cd27af7
1 file changed
Doc/whatsnew/3.10.rst
@@ -922,9 +922,10 @@ Optimizations
922
(Contributed by Serhiy Storchaka in :issue:`41334`.)
923
924
* The :mod:`runpy` module now imports fewer modules.
925
- The ``python3 -m module-name`` command startup time is 1.3x faster in
926
- average.
927
- (Contributed by Victor Stinner in :issue:`41006`.)
+ The ``python3 -m module-name`` command startup time is 1.4x faster in
+ average. On Linux, ``python3 -I -m module-name`` imports 69 modules on Python
+ 3.9, whereas it only imports 51 modules (-18) on Python 3.10.
928
+ (Contributed by Victor Stinner in :issue:`41006` and :issue:`41718`.)
929
930
* The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism. It
931
is about 36% faster now for regular attributes and 44% faster for slots.
0 commit comments