8000 gh-118761: Cover the import time optimisations in What's New (#132035) · python/cpython@f0dcb29 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0dcb29

Browse files
AA-Turnerhugovkpicnixz
authored
gh-118761: Cover the import time optimisations in What's New (#132035)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent bc5233b commit f0dcb29

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,16 @@ zipinfo
12251225
Optimizations
12261226
=============
12271227

1228+
* The import time for several standard library modules has been improved,
1229+
including :mod:`ast`, :mod:`asyncio`, :mod:`base64`, :mod:`cmd`, :mod:`csv`,
1230+
:mod:`gettext`, :mod:`importlib.util`, :mod:`locale`, :mod:`mimetypes`,
1231+
:mod:`optparse`, :mod:`pickle`, :mod:`pprint`, :mod:`pstats`, :mod:`socket`,
1232+
:mod:`subprocess`, :mod:`threading`, :mod:`tomllib`, and :mod:`zipfile`.
1233+
1234+
(Contributed by Adam Turner, Bénédikt Tran, Chris Markiewicz, Eli Schwartz,
1235+
Hugo van Kemenade, Jelle Zijlstra, and others in :gh:`118761`.)
1236+
1237+
12281238
asyncio
12291239
-------
12301240

0 commit comments

Comments
 (0)
0