From 0c5d01a6f4c984496ae458f6211495853decf392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:34:36 +0100 Subject: [PATCH] blurb --- .../next/Library/2025-01-10-13-34-33.gh-issue-118761.qRB8nS.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2025-01-10-13-34-33.gh-issue-118761.qRB8nS.rst diff --git a/Misc/NEWS.d/next/Library/2025-01-10-13-34-33.gh-issue-118761.qRB8nS.rst b/Misc/NEWS.d/next/Library/2025-01-10-13-34-33.gh-issue-118761.qRB8nS.rst new file mode 100644 index 000000000000000..9bc3530aa06ea3a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-01-10-13-34-33.gh-issue-118761.qRB8nS.rst @@ -0,0 +1,2 @@ +Improve import time of :mod:`pickle` by 25% by removing an un-necessary +import to :mod:`re`. Patch by Bénédikt Tran.