summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
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`