Skip to content

Commit 207a0b3

Browse files
committed
Tail call interpreter not happy
1 parent c8ed2d7 commit 207a0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ py_version="${1}"
77
if [[ $py_version == *j ]]; then
88
# Enable JIT mode when passed a version that ends with a "j"
99
py_version="${py_version%j}"
10-
PYTHON_CONFIGURE_OPTS+=" --enable-experimental-jit --with-tail-call-interp"
10+
PYTHON_CONFIGURE_OPTS+=" --enable-experimental-jit"
1111
fi
1212

1313
"${PYENV_ROOT}/plugins/python-build/bin/python-build" \

0 commit comments

Comments
 (0)