summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorFilipe Laíns 🇵🇸 <lains@riseup.net>2024-11-17 00:07:25 (GMT)
committerGitHub <noreply@github.com>2024-11-17 00:07:25 (GMT)
commitacbd5c9c6c62dac34d2ed1a789d36fe61841c16d (patch)
treed7a395437bb356a1f0101ab2ce9f0f8db1e5c091 /Misc/NEWS.d
parented81971e6b26c34445f06850192b34458b029337 (diff)
downloadcpython-acbd5c9c6c62dac34d2ed1a789d36fe61841c16d.zip
cpython-acbd5c9c6c62dac34d2ed1a789d36fe61841c16d.tar.gz
cpython-acbd5c9c6c62dac34d2ed1a789d36fe61841c16d.tar.bz2
GH-126789: fix some sysconfig data on late site initializations
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-13-22-25-57.gh-issue-126789.lKzlc7.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-13-22-25-57.gh-issue-126789.lKzlc7.rst b/Misc/NEWS.d/next/Library/2024-11-13-22-25-57.gh-issue-126789.lKzlc7.rst
new file mode 100644
index 0000000..09d4d2e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-13-22-25-57.gh-issue-126789.lKzlc7.rst
@@ -0,0 +1,4 @@
+Fixed the values of :py:func:`sysconfig.get_config_vars`,
+:py:func:`sysconfig.get_paths`, and their siblings when the :py:mod:`site`
+initialization happens after :py:mod:`sysconfig` has built a cache for
+:py:func:`sysconfig.get_config_vars`.