]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45067 - Verify the version of ncurses for extended color support feature usage...
authorSenthil Kumaran <senthil@python.org>
Thu, 9 Sep 2021 18:32:11 +0000 (11:32 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Sep 2021 18:32:11 +0000 (11:32 -0700)
commit794430700defb913512f871b701a888aa730de81
treebb874e022d599ea2bf7e58cbf37a3650d9702ae3
parent73668541357caa813e7daa8792fab6fdf755a07f
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>
Misc/NEWS.d/next/Build/2021-09-09-16-45-26.bpo-45067.mFmY92.rst [new file with mode: 0644]
Modules/_cursesmodule.c