Skip to content

Commit a204e08

Browse files
committed
pythongh-109653: What's new: Note improved import times for several stdlib modules in Python 3.13
1 parent 9762122 commit a204e08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,12 @@ Optimizations
999999
section above for details.
10001000
(Contributed by Jakub Kulik in :gh:`113117`.)
10011001

1002+
* Several standard library modules have had their import times significantly
1003+
improved. The improved modules include :mod:`typing`, :mod:`importlib.metadata`,
1004+
:mod:`email.utils`, :mod:`functools` and :mod:`enum`.
1005+
(Contributed by Alex Waygood, Shantanu Jain, Adam Turner, Daniel Hollas and
1006+
others in :gh:`109653`.)
1007+
10021008
.. _whatsnew313-jit-compiler:
10031009

10041010
Experimental JIT Compiler

0 commit comments

Comments
 (0)