Skip to content

Commit

Permalink
pythongh-109653: What's new: Note improved import times for several s…
Browse files Browse the repository at this point in the history
…tdlib modules in Python 3.13
  • Loading branch information
AlexWaygood committed May 7, 2024
1 parent 9762122 commit a204e08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,12 @@ Optimizations
section above for details.
(Contributed by Jakub Kulik in :gh:`113117`.)

* Several standard library modules have had their import times significantly
improved. The improved modules include :mod:`typing`, :mod:`importlib.metadata`,
:mod:`email.utils`, :mod:`functools` and :mod:`enum`.
(Contributed by Alex Waygood, Shantanu Jain, Adam Turner, Daniel Hollas and
others in :gh:`109653`.)

.. _whatsnew313-jit-compiler:

Experimental JIT Compiler
Expand Down

0 comments on commit a204e08

Please sign in to comment.