summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-01-06 23:37:59 +0100
committerJason R. Coombs <jaraco@jaraco.com>2022-01-08 11:55:35 -0500
commit6587a0be16831dad180dedb9ca86dba81cad78af (patch)
tree15c119a46afb5204afd333b362b3398c4061373b /changelog.d
parentcf21303f1ef9b143e76d613b253730c61edd97c2 (diff)
downloadpython-setuptools-git-6587a0be16831dad180dedb9ca86dba81cad78af.tar.gz
Add changelog entry
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3006.change.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/3006.change.rst b/changelog.d/3006.change.rst
new file mode 100644
index 00000000..d5f5d99d
--- /dev/null
+++ b/changelog.d/3006.change.rst
@@ -0,0 +1,2 @@
+Fixed startup performance issue of Python interpreter due to imports of
+costly modules in ``_distutils_hack`` -- by :user:`tiran`