gh-129989: Properly disable tailcall interp in configure (GH-129991)

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Ken Jin 2025-02-16 03:01:24 +08:00 committed by GitHub
parent c26bed1160
commit 359c7dde3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 287 additions and 286 deletions

View file

@ -1,4 +1,4 @@
#ifndef Py_TAIL_CALL_INTERP
#if !Py_TAIL_CALL_INTERP
static void *opcode_targets[256] = {
&&TARGET_CACHE,
&&TARGET_BINARY_SLICE,