gh-133171: Re-enable JUMP_BACKWARD to free-threading build (gh-137800)

This commit is contained in:
Donghee Na
2025-09-24 14:19:17 +09:00
committed by GitHub
parent c8624cd367
commit c4f21d7c7c
7 changed files with 47 additions and 34 deletions

View File

@@ -2799,7 +2799,7 @@ AC_MSG_RESULT([$tier2_flags $jit_flags])
if test "$disable_gil" = "yes" -a "$enable_experimental_jit" != "no"; then
# GH-133171: This configuration builds the JIT but never actually uses it,
# which is surprising (and strictly worse than not building it at all):
AC_MSG_ERROR([--enable-experimental-jit cannot be used with --disable-gil.])
AC_MSG_WARN([--enable-experimental-jit does not work correctly with --disable-gil.])
fi
case "$ac_cv_cc_name" in