Python 3.7.12 Update (#7726)

Python 3.7.12 security updates 

Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
This commit is contained in:
Steve Pham
2022-02-18 09:22:03 -08:00
committed by GitHub
parent c6ca903e5f
commit feb4088446
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ SETLOCAL
SET CMD_DIR=%~dp0
SET CMD_DIR=%CMD_DIR:~0,-1%
SET PYTHONHOME=%CMD_DIR%\runtime\python-3.7.10-rev2-windows\python
SET PYTHONHOME=%CMD_DIR%\runtime\python-3.7.12-rev1-windows\python
IF EXIST "%PYTHONHOME%" GOTO PYTHONHOME_EXISTS
+3 -3
View File
@@ -17,11 +17,11 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
if [[ "$OSTYPE" == *"darwin"* ]]; then
PYTHON=$DIR/runtime/python-3.7.10-rev1-darwin/Python.framework/Versions/3.7/bin/python3
PYTHON=$DIR/runtime/python-3.7.12-rev1-darwin/Python.framework/Versions/3.7/bin/python3
elif [[ "$OSTYPE" == "msys" ]]; then
PYTHON=$DIR/runtime/python-3.7.10-rev2-windows/python/python.exe
PYTHON=$DIR/runtime/python-3.7.12-rev1-windows/python/python.exe
else
PYTHON=$DIR/runtime/python-3.7.10-rev2-linux/python/bin/python
PYTHON=$DIR/runtime/python-3.7.12-rev1-linux/python/bin/python
fi
if [[ -e "$PYTHON" ]];