]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-118844: Fix build failures when combining --disable-gil with --enable-exper...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 May 2024 04:53:30 +0000 (06:53 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 04:53:30 +0000 (04:53 +0000)
commit9d2c10bee3d8c756d395b840192dc3efd6ba8134
tree4b208d7515038ff271b15f2a8eb6b25e7cb75b13
parent6e855b30a9e63ece55c595dc3ee3fbd520aafa79
[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>
Lib/subprocess.py
Misc/NEWS.d/next/Core and Builtins/2024-05-11-21-44-17.gh-issue-118844.q2H_km.rst [new file with mode: 0644]
Python/jit.c
Python/perf_jit_trampoline.c