summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorItamar Oren <itamarost@gmail.com>2024-01-03 17:30:20 (GMT)
committerGitHub <noreply@github.com>2024-01-03 17:30:20 (GMT)
commit178919cf2132a67bc03ae5994769d93cfb7e2cd3 (patch)
tree5ae8a69dd193aead3de939ed1900ceb4c4c55b5a /Misc/NEWS.d/next/Build
parent7d01fb48089872155e1721ba0a8cc27ee5c4fecd (diff)
downloadcpython-178919cf2132a67bc03ae5994769d93cfb7e2cd3.zip
cpython-178919cf2132a67bc03ae5994769d93cfb7e2cd3.tar.gz
cpython-178919cf2132a67bc03ae5994769d93cfb7e2cd3.tar.bz2
gh-113258: Write frozen modules to the build tree on Windows (GH-113303)
This ensures the source directory is not modified at build time, and different builds (e.g. different versions or GIL vs no-GIL) do not have conflicts.
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2023-12-23-09-35-48.gh-issue-113258.GlsAyH.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-12-23-09-35-48.gh-issue-113258.GlsAyH.rst b/Misc/NEWS.d/next/Build/2023-12-23-09-35-48.gh-issue-113258.GlsAyH.rst
new file mode 100644
index 0000000..e7256ea
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2023-12-23-09-35-48.gh-issue-113258.GlsAyH.rst
@@ -0,0 +1,2 @@
+Changed the Windows build to write out generated frozen modules into the
+build tree instead of the source tree.