summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2024-08-08 20:34:42 (GMT)
committerGitHub <noreply@github.com>2024-08-08 20:34:42 (GMT)
commit8c9d1742de6e3c3232c96660291f109c23a3bc49 (patch)
tree88d9612a6e9fcae1ca2228d7a9f7b0755db5e356 /Misc
parentaab18f4d925528c2cbe4625211bf904db2a28317 (diff)
downloadcpython-8c9d1742de6e3c3232c96660291f109c23a3bc49.zip
cpython-8c9d1742de6e3c3232c96660291f109c23a3bc49.tar.gz
cpython-8c9d1742de6e3c3232c96660291f109c23a3bc49.tar.bz2
GH-118943: Remove regen-jit from the regen-all make target (GH-122602)
Co-authored-by: Éric <merwok@netwok.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst b/Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst
new file mode 100644
index 0000000..42cda69
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst
@@ -0,0 +1 @@
+Fix an issue where the experimental JIT could be built several times by the ``make regen-all`` target, leading to possible race conditions on heavily parallelized builds.