Skip to content

[3.13] gh-154070: Build the curses module wide by capability, not by name (GH-154071) (GH-154765) - #154800

Open
miss-islington wants to merge 1 commit into
python:3.13from
miss-islington:backport-383c7bd-3.13
Open

[3.13] gh-154070: Build the curses module wide by capability, not by name (GH-154071) (GH-154765)#154800
miss-islington wants to merge 1 commit into
python:3.13from
miss-islington:backport-383c7bd-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

configure built the module wide (HAVE_NCURSESW) only for a library found
under the name ncursesw. Probe for the wide API too, so a widec-built
ncurses keeping the plain name (pkgsrc, macOS) is built wide.

(cherry picked from commit 2db8ca7)
(cherry picked from commit 383c7bd)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com

…ot by name (pythonGH-154071) (pythonGH-154765)

configure built the module wide (HAVE_NCURSESW) only for a library found
under the name ncursesw.  Probe for the wide API too, so a widec-built
ncurses keeping the plain name (pkgsrc, macOS) is built wide.

(cherry picked from commit 2db8ca7)
(cherry picked from commit 383c7bd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

2 participants