https://github.com/python/cpython/commit/f0dcb29d3affbbe1ec25b922235f0556bd695067 commit: f0dcb29d3affbbe1ec25b922235f0556bd695067 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-04-07T17:27:54Z summary:
gh-118761: Cover the import time optimisations in What's New (#132035) Co-authored-by: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> Co-authored-by: Bénédikt Tran <10796600+picn...@users.noreply.github.com> files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 78d2916eb8b56f..cc71b3762035c3 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -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 ------- _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com