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 c8ed2d7 commit 207a0b3Copy full SHA for 207a0b3
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 --with-tail-call-interp"
+ PYTHON_CONFIGURE_OPTS+=" --enable-experimental-jit"
11
fi
12
13
"${PYENV_ROOT}/plugins/python-build/bin/python-build" \
0 commit comments