Skip to content

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

Merged
serhiy-storchaka merged 2 commits into
python:3.13from
miss-islington:backport-383c7bd-3.13
Jul 29, 2026
Merged

[3.13] gh-154070: Build the curses module wide by capability, not by name (GH-154071) (GH-154765)#154800
serhiy-storchaka merged 2 commits 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>
@hugovk

hugovk commented Jul 29, 2026

Copy link
Copy Markdown
Member

@serhiy-storchaka

Copy link
Copy Markdown
Member

Oh, @miss-islington cherry-picked configure generated by autoconf 2.72, but 3.13 needs autoconf 2.71.

@serhiy-storchaka
serhiy-storchaka merged commit aedf590 into python:3.13 Jul 29, 2026
38 of 41 checks passed
@miss-islington
miss-islington deleted the backport-383c7bd-3.13 branch July 29, 2026 13:40
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.

3 participants