File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -999,6 +999,15 @@ Optimizations
999
999
section above for details.
1000
1000
(Contributed by Jakub Kulik in :gh: `113117 `.)
1001
1001
1002
+ * Several standard library modules have had their import times significantly
1003
+ improved. For example, the import time of the :mod: `typing ` module has been
1004
+ reduced by around a third by removing dependencies on :mod: `re ` and
1005
+ :mod: `contextlib `. Other modules to enjoy import-time speedups include
1006
+ :mod: `importlib.metadata `, :mod: `threading `, :mod: `enum `, :mod: `functools `
1007
+ and :mod: `email.utils `.
1008
+ (Contributed by Alex Waygood, Shantanu Jain, Adam Turner, Daniel Hollas and
1009
+ others in :gh: `109653 `.)
1010
+
1002
1011
.. _whatsnew313-jit-compiler :
1003
1012
1004
1013
Experimental JIT Compiler
You can’t perform that action at this time.
0 commit comments