]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118761: Cover the import time optimisations in What's New (#132035)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Mon, 7 Apr 2025 17:27:54 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 17:27:54 +0000 (17:27 +0000)
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>
Doc/whatsnew/3.14.rst

index 78d2916eb8b56f79834d5080efd7e0047c989ab6..cc71b3762035c3e107ad58742af61504e0567e2e 100644 (file)
@@ -1225,6 +1225,16 @@ zipinfo
 Optimizations
 =============
 
+* The import time for several standard library modules has been improved,
+  including :mod:`ast`, :mod:`asyncio`, :mod:`base64`, :mod:`cmd`, :mod:`csv`,
+  :mod:`gettext`, :mod:`importlib.util`, :mod:`locale`, :mod:`mimetypes`,
+  :mod:`optparse`, :mod:`pickle`, :mod:`pprint`, :mod:`pstats`, :mod:`socket`,
+  :mod:`subprocess`, :mod:`threading`, :mod:`tomllib`, and :mod:`zipfile`.
+
+  (Contributed by Adam Turner, Bénédikt Tran, Chris Markiewicz, Eli Schwartz,
+  Hugo van Kemenade, Jelle Zijlstra, and others in :gh:`118761`.)
+
+
 asyncio
 -------