diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-09 19:38:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 19:38:54 (GMT) |
commit | b86437bb15fbaba55f9e56661598b4d5a3db86bb (patch) | |
tree | 0cfe46670643bf5036a4b117f312dcf87772d127 /Python/pythonrun.c | |
parent | 20f6d485ec64aa0f228b902e4c519a423276d90f (diff) | |
download | cpython-b86437bb15fbaba55f9e56661598b4d5a3db86bb.zip cpython-b86437bb15fbaba55f9e56661598b4d5a3db86bb.tar.gz cpython-b86437bb15fbaba55f9e56661598b4d5a3db86bb.tar.bz2 |
bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260)
* issue45067 - Fix _curses compilation in CentOS 7. Verify the version of ncurses
for extended color support feature usage.
The function extended_color_content was introduced in 2017. The ncurses-devel
package in CentOS 7 had a older version ncurses resulted in compilation error.
For compiling ncurses with extended color support, we verify the version of the
ncurses library.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 794430700defb913512f871b701a888aa730de81)
Co-authored-by: Senthil Kumaran <senthil@python.org>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions