Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Sep 9, 2021

Conversation

miss-islington
Copy link
Contributor

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

  • 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
Contributor Author

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

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

@miss-islington miss-islington merged commit b86437b into python:3.10 Sep 9, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-7944307-3.10 branch Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants