We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da0a6e commit c8ed2d7Copy full SHA for c8ed2d7
scripts/build_python.sh
@@ -7,7 +7,7 @@ py_version="${1}"
7
if [[ $py_version == *j ]]; then
8
# Enable JIT mode when passed a version that ends with a "j"
9
py_version="${py_version%j}"
10
- PYTHON_CONFIGURE_OPTS+=" --enable-experimental-jit"
+ PYTHON_CONFIGURE_OPTS+=" --enable-experimental-jit --with-tail-call-interp"
11
fi
12
13
"${PYENV_ROOT}/plugins/python-build/bin/python-build" \
0 commit comments