pyenv/plugins/python-build/bin
Alex Hedges 928f69cf9a
Install ncurses from Homebrew, if available (#2813)
XCode Command Line Tools 15.0 was recently released, and it contains a
broken version of ncurses 6.0. Some uses of Python's `curses` module
will segfault when compiled with it. The solution is to switch to using
the version of ncurses from Homebrew, which is currently 6.4. Support
for ncurses 6 was added to Python 3.7 and was backported to 3.6 and 2.7,
so this change should not break any recently supported Python versions.

Tested with Python 3.12, 3.11, and 2.7, and all tests in
the `test.test_curses` module pass without issue.

See https://github.com/python/cpython/issues/109617 and
https://github.com/python/cpython/issues/69906 for more information.
2023-10-06 06:59:29 +03:00
..
pyenv-install Support for BusyBox version of `head' (#2629) 2023-02-22 20:11:48 +03:00
pyenv-uninstall Add support for multiple versions in pyenv uninstall (#2432) 2022-08-15 20:25:46 +03:00
python-build Install ncurses from Homebrew, if available (#2813) 2023-10-06 06:59:29 +03:00