◐ Shell
clean mode source ↗

bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS by ronaldoussoren · Pull Request #23293 · python/cpython

Building on older versions, and in particular macOS 10.9 still use
Tk 8.6.8 because of build problems on that version of macOS.

ned-deily

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 22, 2020
…cOS (pythonGH-23293)

Building on older versions, and in particular macOS 10.9 still use
Tk 8.6.8 because of build problems on that version of macOS.
(cherry picked from commit 690a5fa)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>

miss-islington added a commit that referenced this pull request

Nov 22, 2020
…cOS (GH-23293)

Building on older versions, and in particular macOS 10.9 still use
Tk 8.6.8 because of build problems on that version of macOS.
(cherry picked from commit 690a5fa)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
…cOS (pythonGH-23293)

Building on older versions, and in particular macOS 10.9 still use
Tk 8.6.8 because of build problems on that version of macOS.