Skip to content

Commit 1a80e41

Browse files
Mention in changelog that 12079 is an issue mostly in Python 3.11.
1 parent 1269d0d commit 1a80e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/12079.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix slowness when using ``importlib.metadata`` and there is a large overlap between already installed and to-be-installed packages.
1+
Fix slowness when using ``importlib.metadata`` and there is a large overlap between already installed and to-be-installed packages. This is the default in Python 3.11, though it can be overridden with the ``_PIP_USE_IMPORTLIB_METADATA`` environment variable.

0 commit comments

Comments
 (0)