Skip to content

[3.10] bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260)#28263

Merged
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-7944307-3.10
Sep 9, 2021
Merged

[3.10] bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260)#28263
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-7944307-3.10

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 9, 2021

Copy link
Copy Markdown
Contributor
  • 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 7944307)

Co-authored-by: Senthil Kumaran senthil@python.org

https://bugs.python.org/issue45067

…feature usage. (pythonGH-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 7944307)

Co-authored-by: Senthil Kumaran <senthil@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@orsenthil: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit b86437b into python:3.10 Sep 9, 2021
@miss-islington
miss-islington deleted the backport-7944307-3.10 branch September 9, 2021 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants