diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-13 04:53:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 04:53:30 (GMT) |
commit | 9d2c10bee3d8c756d395b840192dc3efd6ba8134 (patch) | |
tree | 4b208d7515038ff271b15f2a8eb6b25e7cb75b13 /Misc | |
parent | 6e855b30a9e63ece55c595dc3ee3fbd520aafa79 (diff) | |
download | cpython-9d2c10bee3d8c756d395b840192dc3efd6ba8134.zip cpython-9d2c10bee3d8c756d395b840192dc3efd6ba8134.tar.gz cpython-9d2c10bee3d8c756d395b840192dc3efd6ba8134.tar.bz2 |
[3.13] GH-118844: Fix build failures when combining --disable-gil with --enable-experimental-jit (GH-118959)
(cherry picked from commit 5b941e57c71d7d0ab983d81a169f892662cfe446)
Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-05-11-21-44-17.gh-issue-118844.q2H_km.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-05-11-21-44-17.gh-issue-118844.q2H_km.rst b/Misc/NEWS.d/next/Core and Builtins/2024-05-11-21-44-17.gh-issue-118844.q2H_km.rst new file mode 100644 index 0000000..6e80b77 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-05-11-21-44-17.gh-issue-118844.q2H_km.rst @@ -0,0 +1 @@ +Fix build failures when configuring with both ``--disable-gil`` and ``--enable-experimental-jit``. |