1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 03:53:48 -05:00

Add patches for Stackless 3.2.x to fix build failures

This commit is contained in:
Yamashita, Yuu
2016-01-30 02:37:15 +00:00
parent 1dc9ef24df
commit dcec0cedf4
5 changed files with 343 additions and 1 deletions

View File

@@ -1410,7 +1410,7 @@ isolated_gem_install() {
apply_python_patch() {
local patchfile
case "$1" in
Python-* | jython-* | pypy-* )
Python-* | jython-* | pypy-* | stackless-* )
patchfile="$(mktemp "${TMP}/python-patch.XXXXXX")"
cat "${2:--}" >"$patchfile"