Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-109653: What's new: Note improved import times for several stdlib modules in Python 3.13 #118697

Merged
merged 2 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading