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 0f8a07d commit 44a9f3dCopy full SHA for 44a9f3d
1 file changed
Doc/whatsnew/3.13.rst
@@ -999,6 +999,15 @@ Optimizations
999
section above for details.
1000
(Contributed by Jakub Kulik in :gh:`113117`.)
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
+
1011
.. _whatsnew313-jit-compiler:
1012
1013
Experimental JIT Compiler
0 commit comments