From 6587a0be16831dad180dedb9ca86dba81cad78af Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 6 Jan 2022 23:37:59 +0100 Subject: Add changelog entry --- changelog.d/3006.change.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog.d/3006.change.rst (limited to 'changelog.d') 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` -- cgit v1.2.1