diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-16 18:37:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 18:37:56 (GMT) |
commit | acffe20683042e8567eae3bf014d36c0edf9b710 (patch) | |
tree | d69f5ccd4fca797145f57e1285cf06fd4e9090e0 /Misc/NEWS.d | |
parent | 45fbca983cee2b6038605d88a8e09b03220f8f0f (diff) | |
download | cpython-acffe20683042e8567eae3bf014d36c0edf9b710.zip cpython-acffe20683042e8567eae3bf014d36c0edf9b710.tar.gz cpython-acffe20683042e8567eae3bf014d36c0edf9b710.tar.bz2 |
[3.13] GH-118943: Fix a race condition when generating jit_stencils.h (GH-119101)
(cherry picked from commit 4702b7b5bdc07d046576b4126cf4e4f5f7145abb)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-05-11-15-11-30.gh-issue-118943.VI_MnY.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-05-11-15-11-30.gh-issue-118943.VI_MnY.rst b/Misc/NEWS.d/next/Build/2024-05-11-15-11-30.gh-issue-118943.VI_MnY.rst new file mode 100644 index 0000000..4e886be --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-05-11-15-11-30.gh-issue-118943.VI_MnY.rst @@ -0,0 +1,3 @@ +Fix a possible race condition affecting parallel builds configured with +``--enable-experimental-jit``, in which compilation errors could be caused +by an incompletely-generated header file. |