summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2024-04-14 11:10:09 (GMT)
committerGitHub <noreply@github.com>2024-04-14 11:10:09 (GMT)
commit9c93b7402ba11d1d68e856516e56ca72989a7db9 (patch)
treebbefb8cac1c4f4bc4da63dc526180549ebaab4f3 /Misc
parentc99d374fc7327ebd47e22c3b1906bc865aad80a1 (diff)
downloadcpython-9c93b7402ba11d1d68e856516e56ca72989a7db9.zip
cpython-9c93b7402ba11d1d68e856516e56ca72989a7db9.tar.gz
cpython-9c93b7402ba11d1d68e856516e56ca72989a7db9.tar.bz2
gh-117348: restore import time performance of configparser (#117703)
Reduces import time by over 50% (10431µs vs 4350µs on Apple M3 Pro).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-04-09-20-14-44.gh-issue-117348.A2NAAz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-04-09-20-14-44.gh-issue-117348.A2NAAz.rst b/Misc/NEWS.d/next/Library/2024-04-09-20-14-44.gh-issue-117348.A2NAAz.rst
new file mode 100644
index 0000000..2451a4e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-04-09-20-14-44.gh-issue-117348.A2NAAz.rst
@@ -0,0 +1,2 @@
+Largely restored import time performance of configparser by avoiding
+dataclasses.