◐ Shell
clean mode source ↗

[3.14] gh-148294: Make configure find g++ correctly (GH-148298) by miss-islington · Pull Request #150211 · python/cpython

Conversation

@miss-islington

@miss-islington miss-islington commented

May 22, 2026

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

Contributor

The AC_PATH_TOOL calls had included a duplicated argument, causing a "PATH"
consisting of notfound to be searched instead of $PATH.
(cherry picked from commit c613f72)

Co-authored-by: sendaoYan yansendao@126.com

The `AC_PATH_TOOL` calls had included a duplicated argument, causing a "`PATH`"
consisting of `notfound` to be searched instead of `$PATH`.
(cherry picked from commit c613f72)

Co-authored-by: sendaoYan <yansendao@126.com>

@sendaoYan sendaoYan left a comment

Copy link Copy Markdown

Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks backport this fix.

zware reacted with thumbs up emoji

@zware zware enabled auto-merge (squash)

May 22, 2026 01:58

@zware zware merged commit fe93e90 into python:3.14

May 22, 2026

52 of 53 checks passed

@miss-islington miss-islington deleted the backport-c613f72-3.14 branch

May 22, 2026 02:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@zware zware zware approved these changes

@erlend-aasland erlend-aasland Awaiting requested review from erlend-aasland erlend-aasland is a code owner

@corona10 corona10 Awaiting requested review from corona10 corona10 is a code owner

+1 more reviewer

@sendaoYan sendaoYan sendaoYan left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington @zware @sendaoYan